diff options
author | Tom Rini | 2019-09-23 11:47:37 -0400 |
---|---|---|
committer | Tom Rini | 2019-09-23 11:47:37 -0400 |
commit | 665c35a764f9bcd2a42454f5c8fb7963352af8c1 (patch) | |
tree | 0beae3a58a83030331e8af25205ed7333e1a0df7 /configs/sniper_defconfig | |
parent | 780a17e814503f71d1b51d578b32bc9c89933183 (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
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 deaad353a04..8b35b2ebf1b 100644 --- a/configs/sniper_defconfig +++ b/configs/sniper_defconfig @@ -5,10 +5,10 @@ CONFIG_SYS_TEXT_BASE=0x80100000 CONFIG_TARGET_SNIPER=y CONFIG_NR_DRAM_BANKS=2 CONFIG_SPL=y +CONFIG_SPL_TEXT_BASE=0x40200000 CONFIG_DISTRO_DEFAULTS=y # CONFIG_USE_BOOTCOMMAND is not set CONFIG_SYS_CONSOLE_IS_IN_ENV=y -CONFIG_SPL_TEXT_BASE=0x40200000 # CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR is not set CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION=y CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION=2 |