commit | 00fa989eab2f75c450477d00e335aa05402e7fe9 | [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 | e08e6ea67d91af6e2c423f5248aaedb82088b897 [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>