]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
x86: coral: Enable CONFIG_BOOTARGS_SUBST
authorSimon Glass <sjg@chromium.org>
Thu, 31 Dec 2020 16:52:16 +0000 (09:52 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 30 Jan 2021 21:25:41 +0000 (14:25 -0700)
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>
configs/chromebook_coral_defconfig

index 05e6ce649328c040ccf1e49e5606e55ccc7acb03..ab73a0a88ceb06b2e01b9b2e6723333520548ad4 100644 (file)
@@ -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