diff options
Diffstat (limited to 'configs/ethernut5_defconfig')
-rw-r--r-- | configs/ethernut5_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ethernut5_defconfig b/configs/ethernut5_defconfig index 6725e3aa68..0de06d5882 100644 --- a/configs/ethernut5_defconfig +++ b/configs/ethernut5_defconfig @@ -13,6 +13,7 @@ CONFIG_ENV_OFFSET=0x3DE000 CONFIG_ENV_SECT_SIZE=0x21000 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="ethernut5" +CONFIG_SYS_PROMPT="U-Boot> " CONFIG_SYS_LOAD_ADDR=0x020000000 CONFIG_BOOTDELAY=3 CONFIG_USE_BOOTARGS=y @@ -22,7 +23,6 @@ CONFIG_BOOTCOMMAND="sf probe 0:0; sf read 0x22000000 0xc6000 0x294000; bootm 0x2 # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_HUSH_PARSER=y # CONFIG_AUTO_COMPLETE is not set -CONFIG_SYS_PROMPT="U-Boot> " CONFIG_SYS_CBSIZE=256 CONFIG_SYS_PBSIZE=281 # CONFIG_CMD_BDI is not set |