mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
picosam9g45: adopt CONFIG_SYS_PROMPT
Commit 181bd9dc61
introduced Kconfig selection
for SYS_PROMPT. When applying the new picosam9g45 board this change slipped
through, adopt it.
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
This commit is contained in:
committed by
Tom Rini
parent
610751e94f
commit
9316412f46
@@ -3,6 +3,7 @@ CONFIG_ARCH_AT91=y
|
||||
CONFIG_TARGET_PICOSAM9G45=y
|
||||
CONFIG_SPL=y
|
||||
CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9M10G45,SYS_USE_MMC"
|
||||
CONFIG_SYS_PROMPT="U-Boot> "
|
||||
# CONFIG_CMD_BDI is not set
|
||||
# CONFIG_CMD_IMI is not set
|
||||
# CONFIG_CMD_IMLS is not set
|
||||
|
@@ -156,7 +156,6 @@
|
||||
|
||||
#define CONFIG_BAUDRATE 115200
|
||||
|
||||
#define CONFIG_SYS_PROMPT "U-Boot> "
|
||||
#define CONFIG_SYS_CBSIZE 256
|
||||
#define CONFIG_SYS_MAXARGS 16
|
||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE \
|
||||
|
Reference in New Issue
Block a user