]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: zboot: Create a separate ZBOOT option for zboot logic
authorSimon Glass <sjg@chromium.org>
Mon, 4 Dec 2023 00:29:28 +0000 (17:29 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 10 Apr 2024 19:49:15 +0000 (13:49 -0600)
commit80d4c987576070082ed27da88aed732d42396135
treeeb8588681366d2f5f93595f47abb745b90779fac
parentbade0ac04b96d92642b3d433734cde2f00ab7fc5
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>
arch/Kconfig
arch/x86/Kconfig
arch/x86/lib/Makefile
cmd/Kconfig