commit | e08e6ea67d91af6e2c423f5248aaedb82088b897 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jan 28 15:00:22 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 06 13:04:53 2023 -0500 |
tree | cd607b9d0c727a9ad4b65f93c3dec443fabf0afa | |
parent | 22353fa6b585072e7cbe7d534fbbb98ef70f56d5 [diff] |
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>