]> git.baikalelectronics.ru Git - uboot.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)
commit7a39e5cd7b196d16e5b0ad788edc686b9fd84750
treecd607b9d0c727a9ad4b65f93c3dec443fabf0afa
parentcc5d0f239cbc252da6f37de1b6c494bbfbe34cbc
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