summaryrefslogtreecommitdiff
path: root/configs/kontron_sl28_defconfig
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2022-08-23 11:30:17 +0200
committerPeng Fan <peng.fan@nxp.com>2022-09-06 09:10:41 +0800
commit865176417afdbe96153b71080900b86f776c3a6b (patch)
treed1808188c2c9de74ee8f7ea1e40e4cc0537c4967 /configs/kontron_sl28_defconfig
parent9f461171238e1c32ae99e7485f4dd81247470505 (diff)
board: sl28: support dynamic prompts
Depending on the boot source, set different CLI prompts. This will help the user to figure out in which mode the bootloader was started. There are two special modes: failsafe and SDHC boot. Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/kontron_sl28_defconfig')
-rw-r--r--configs/kontron_sl28_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/kontron_sl28_defconfig b/configs/kontron_sl28_defconfig
index 4d50c681f9..fc1c607927 100644
--- a/configs/kontron_sl28_defconfig
+++ b/configs/kontron_sl28_defconfig
@@ -55,6 +55,7 @@ CONFIG_SPL_SPI_LOAD=y
CONFIG_SYS_CBSIZE=256
CONFIG_SYS_PBSIZE=276
CONFIG_SYS_BOOTM_LEN=0x800000
+CONFIG_CMDLINE_PS_SUPPORT=y
CONFIG_CMD_ASKENV=y
CONFIG_CMD_GREPENV=y
CONFIG_CMD_NVEDIT_EFI=y