commit | 61f3e2e49278b1994a6b5cbf3efa512c1ac2fd83 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jan 28 15:00:23 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 06 13:04:53 2023 -0500 |
tree | 889f97b33270544bab1ffbc9fcbcf5edbcaa3165 | |
parent | c1620b3daec16c1ece08c53ee55e2a28cd3c7aa7 [diff] |
qemu: Move qfw kernel setup into a common file This is currently in the cmd/ file but we want to call it from a driver. Move it into a common place. Tidy up the header-file order while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>