commit | c90a406b2d78296e5e418805306452cacb583713 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Dec 03 17:29:28 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 10 13:49:15 2024 -0600 |
tree | eb8588681366d2f5f93595f47abb745b90779fac | |
parent | 2bf90bda610235342a5e786271ccacf4b93703d8 [diff] |
x86: zboot: Create a separate ZBOOT option for zboot logic Most of the functionality of zboot is contained in the logic which handles a zimage. Create a separate Kconfig for the logic so that it can (later) be used without the command itself being enabled. Enable ZBOOT by default on x86, with the command depending on that. The existing 'imply' can therefore be removed. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>