diff options
Diffstat (limited to 'configs/sniper_defconfig')
-rw-r--r-- | configs/sniper_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sniper_defconfig b/configs/sniper_defconfig index e2725f4a22f..cfa43ad4490 100644 --- a/configs/sniper_defconfig +++ b/configs/sniper_defconfig @@ -7,6 +7,7 @@ CONFIG_SYS_MALLOC_F_LEN=0x400 CONFIG_NR_DRAM_BANKS=2 CONFIG_SPL_TEXT_BASE=0x40200000 CONFIG_TARGET_SNIPER=y +CONFIG_SYS_PROMPT="sniper # " CONFIG_SPL=y CONFIG_DISTRO_DEFAULTS=y CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y @@ -25,7 +26,6 @@ CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION=y CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION=2 # CONFIG_SPL_FS_EXT4 is not set # CONFIG_SPL_NAND_SUPPORT is not set -CONFIG_SYS_PROMPT="sniper # " CONFIG_SYS_CBSIZE=512 CONFIG_SYS_PBSIZE=538 CONFIG_CMD_GPIO=y |