]> git.baikalelectronics.ru Git - uboot.git/commit
boot: Create a common BOOT_DEFAULTS for distro and bootstd
authorSimon Glass <sjg@chromium.org>
Fri, 24 Mar 2023 20:58:13 +0000 (16:58 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 27 Mar 2023 15:16:04 +0000 (11:16 -0400)
commitf37377435ef7d13249e20e11a3b258f541e3a0f1
tree2ab753d0b697135faf324a88015c7c0646172aae
parent741ea9d98de06da445a44cb71a30d8503e8dd05a
boot: Create a common BOOT_DEFAULTS for distro and bootstd

These two features use a lot of common options. Move them into a common
CONFIG to reduce duplication.

Use 'select' for most options since these are things that boards aren't
supposed to override. For now it is not possible to disable
BOOT_DEFAULTS but we may take another look later.

Note that five options use 'imply' to match existing behaviour.

Signed-off-by: Simon Glass <sjg@chromium.org>
[trini: Rework a bit so we don't grow so many platforms unintentionally]
Signed-off-by: Tom Rini <trini@konsulko.com>
boot/Kconfig