diff options
Diffstat (limited to 'configs/am335x_shc_defconfig')
-rw-r--r-- | configs/am335x_shc_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/am335x_shc_defconfig b/configs/am335x_shc_defconfig index 51b25fda643..85c582684e0 100644 --- a/configs/am335x_shc_defconfig +++ b/configs/am335x_shc_defconfig @@ -10,7 +10,6 @@ CONFIG_ENV_SIZE=0x1000 CONFIG_ENV_OFFSET=0x7000 CONFIG_DEFAULT_DEVICE_TREE="am335x-shc" CONFIG_AM33XX=y -CONFIG_SYS_PROMPT="U-Boot# " CONFIG_TARGET_AM335X_SHC=y CONFIG_SPL_MMC=y CONFIG_SPL_SERIAL=y @@ -47,6 +46,7 @@ CONFIG_SPL_POWER=y CONFIG_SPL_WATCHDOG=y CONFIG_SPL_YMODEM_SUPPORT=y # CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC is not set +CONFIG_SYS_PROMPT="U-Boot# " CONFIG_SYS_MAXARGS=64 CONFIG_SYS_PBSIZE=1049 CONFIG_SYS_BOOTM_LEN=0x1000000 |