mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
x86: coral: Enable CONFIG_BOOTARGS_SUBST
Enable this option so that the boot-script substitutions of %U works as expected. With this, it can boot into Chrome OS. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
30e486f3a5
commit
5c53da2b30
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ CONFIG_BOOTSTAGE_REPORT=y
|
|||
CONFIG_SPL_BOOTSTAGE_RECORD_COUNT=10
|
||||
CONFIG_BOOTSTAGE_STASH=y
|
||||
CONFIG_USE_BOOTARGS=y
|
||||
CONFIG_BOOTARGS_SUBST=y
|
||||
CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
||||
CONFIG_LOGF_FUNC=y
|
||||
CONFIG_SPL_LOG=y
|
||||
|
|
Loading…
Reference in a new issue