]> git.dujemihanovic.xyz Git - u-boot.git/commit
qemu: Update qfw command to use addresses
authorSimon Glass <sjg@chromium.org>
Sat, 28 Jan 2023 22:00:22 +0000 (15:00 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 6 Feb 2023 18:04:53 +0000 (13:04 -0500)
commite08e6ea67d91af6e2c423f5248aaedb82088b897
treecd607b9d0c727a9ad4b65f93c3dec443fabf0afa
parent22353fa6b585072e7cbe7d534fbbb98ef70f56d5
qemu: Update qfw command to use addresses

This uses casts all over the place. Use the correct type so that these
can be avoided, as is done with other commands. Also simplify a few
conditionals.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/qfw.c