commit | bade0ac04b96d92642b3d433734cde2f00ab7fc5 | [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 | e4255f45c94f8195505032fcf6c709ef7f1f7351 [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>