diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-02-14 11:05:33 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-22 19:49:41 -0500 |
commit | 607d06d262a9949aa38895edb476448f186d577b (patch) | |
tree | e3612338820e94085c0048d016b38abbb1f506d2 /configs/uniphier_v8_defconfig | |
parent | 2ab6e74dbd667e77d88e3ffb1893515243e0c5ad (diff) | |
download | u-boot-607d06d262a9949aa38895edb476448f186d577b.tar.gz |
preboot: Introduce CONFIG_USE_PREBOOT and migrate CONFIG_PREBOOT
This is the same migration path as commit b6251db8c3f0 ("Kconfig:
Introduce USE_BOOTCOMMAND and migrate BOOTCOMMAND").
I also moved the description in README to the Kconfig help.
I ripped off the sentence about 'LWMON' since it is gone already.
I only let my boards migrate, leaving the rest to platform maintainers.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'configs/uniphier_v8_defconfig')
-rw-r--r-- | configs/uniphier_v8_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/uniphier_v8_defconfig b/configs/uniphier_v8_defconfig index 1ba1c7d508..08dfa240c1 100644 --- a/configs/uniphier_v8_defconfig +++ b/configs/uniphier_v8_defconfig @@ -8,6 +8,8 @@ CONFIG_MICRO_SUPPORT_CARD=y CONFIG_NR_DRAM_BANKS=3 # CONFIG_ARCH_FIXUP_FDT_MEMORY is not set CONFIG_BOOTCOMMAND="run ${bootdev}script; run ${bootdev}boot" +CONFIG_USE_PREBOOT=y +CONFIG_PREBOOT="env exist ${bootdev}preboot && run ${bootdev}preboot" CONFIG_LOGLEVEL=6 CONFIG_CMD_CONFIG=y CONFIG_CMD_IMLS=y |