diff options
Diffstat (limited to 'configs/atstk1002_defconfig')
-rw-r--r-- | configs/atstk1002_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/atstk1002_defconfig b/configs/atstk1002_defconfig index 78e2256151..d525868e81 100644 --- a/configs/atstk1002_defconfig +++ b/configs/atstk1002_defconfig @@ -1,5 +1,6 @@ CONFIG_AVR32=y CONFIG_TARGET_ATSTK1002=y +CONFIG_SYS_PROMPT="U-Boot> " CONFIG_AUTOBOOT_KEYED=y CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n" CONFIG_AUTOBOOT_DELAY_STR="d" @@ -8,4 +9,3 @@ CONFIG_AUTOBOOT_STOP_STR=" " # CONFIG_CMD_FPGA is not set # CONFIG_CMD_SOURCE is not set # CONFIG_CMD_SETEXPR is not set -CONFIG_SYS_PROMPT="U-Boot> " |