diff options
Diffstat (limited to 'configs/apf27_defconfig')
-rw-r--r-- | configs/apf27_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/apf27_defconfig b/configs/apf27_defconfig index d84f2d34e1..3bff6ea5ff 100644 --- a/configs/apf27_defconfig +++ b/configs/apf27_defconfig @@ -2,11 +2,11 @@ CONFIG_ARM=y # CONFIG_SPL_USE_ARCH_MEMCPY is not set CONFIG_TARGET_APF27=y CONFIG_SYS_TEXT_BASE=0xA0000800 +CONFIG_NR_DRAM_BANKS=2 CONFIG_ENV_SIZE=0x20000 CONFIG_ENV_OFFSET=0x100000 CONFIG_SPL_TEXT_BASE=0xA0000000 CONFIG_SPL_SERIAL_SUPPORT=y -CONFIG_NR_DRAM_BANKS=2 CONFIG_SPL=y CONFIG_ENV_OFFSET_REDUND=0x180000 CONFIG_IDENT_STRING=" apf27 patch 3.10" |