commit | 2bf90bda610235342a5e786271ccacf4b93703d8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Dec 03 17:29:27 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 10 13:49:15 2024 -0600 |
tree | 7db7073de6ebdb49eb68a65034cacf7f13a5d541 | |
parent | bf4af11bd3b5151e29abdb6cddcb6f42458e0668 [diff] |
x86: zboot: Move command code into its own file Much of the code in zimage.c deals with the zboot command. Move it into a sepatate zboot.c file within the cmd/ directory. This will eventually allow use of the zimage logic without the command being enabled. Signed-off-by: Simon Glass <sjg@chromium.org>