]> git.dujemihanovic.xyz Git - u-boot.git/commit
boot: Rework BOOT_DEFAULTS to allow for CMDLINE to be disabled
authorTom Rini <trini@konsulko.com>
Thu, 26 Oct 2023 18:31:24 +0000 (14:31 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:48:51 +0000 (14:48 -0500)
commit2180a454fc961f3eb7c88eeb95a6507ef6a0bedb
tree3261dc47e5e16b2341a4bd2328fc9753eee785ca
parentfc97d9305809179ee7eec2a7b7ac62073a22f77c
boot: Rework BOOT_DEFAULTS to allow for CMDLINE to be disabled

We split BOOT_DEFAULTS to have BOOT_DEFAULTS_FEATURES and
BOOT_DEFAULTS_CMDS that in turn list general features or commands that
we want enabled when BOOT_DEFAULTS is selected.  We only select
BOOT_DEFAULTS_CMDS if CMDLINE is set.

Signed-off-by: Tom Rini <trini@konsulko.com>
boot/Kconfig