diff options
| author | Tom Rini <[email protected]> | 2024-04-10 13:49:35 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-04-10 13:49:35 -0600 |
| commit | ab3453e7b12daef47b9e91da2a2a3d48615dc6fc (patch) | |
| tree | b36ffe46f4e98d1145b75daa0f84dbc473701eb9 /arch/Kconfig | |
| parent | 843143303cb64133427ab1b3166185e936233d50 (diff) | |
| parent | 8d24535e84856f9a881a9cd11d07842a42bc68a3 (diff) | |
Merge patch series "Complete decoupling of zboot logic from commands"
Simon Glass <[email protected]> says:
This series refactors the zboot code to allow it to be used with
CONFIG_COMMAND disabled.
A new zboot_run() function is used to boot a zimage.
Diffstat (limited to 'arch/Kconfig')
| -rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index f9aaf372478..abd406d4884 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -254,7 +254,6 @@ config X86 imply CMD_PCI imply CMD_SF imply CMD_SF_TEST - imply CMD_ZBOOT imply DM_GPIO imply DM_KEYBOARD imply DM_MMC |
