From 865176417afdbe96153b71080900b86f776c3a6b Mon Sep 17 00:00:00 2001 From: Michael Walle Date: Tue, 23 Aug 2022 11:30:17 +0200 Subject: 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 Signed-off-by: Peng Fan --- configs/kontron_sl28_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/kontron_sl28_defconfig') 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 -- cgit v1.2.3