diff options
Diffstat (limited to 'configs/atngw100_defconfig')
-rw-r--r-- | configs/atngw100_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/atngw100_defconfig b/configs/atngw100_defconfig index 51facf7..043f6bf 100644 --- a/configs/atngw100_defconfig +++ b/configs/atngw100_defconfig @@ -1,5 +1,6 @@ CONFIG_AVR32=y CONFIG_TARGET_ATNGW100=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" @@ -9,4 +10,3 @@ CONFIG_AUTOBOOT_STOP_STR=" " # CONFIG_CMD_SOURCE is not set # CONFIG_CMD_SETEXPR is not set CONFIG_SPI_FLASH=y -CONFIG_SYS_PROMPT="U-Boot> " |