diff options
Diffstat (limited to 'configs/bcm7260_defconfig')
-rw-r--r-- | configs/bcm7260_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/bcm7260_defconfig b/configs/bcm7260_defconfig index 3afb909f71..39a83fa50b 100644 --- a/configs/bcm7260_defconfig +++ b/configs/bcm7260_defconfig @@ -2,11 +2,11 @@ CONFIG_ARM=y CONFIG_SKIP_LOWLEVEL_INIT=y CONFIG_ARCH_BCMSTB=y CONFIG_SYS_TEXT_BASE=0x10100000 +CONFIG_SYS_MALLOC_LEN=0x2800000 CONFIG_TARGET_BCM7260=y CONFIG_NR_DRAM_BANKS=1 CONFIG_ENV_SIZE=0x10000 CONFIG_ENV_OFFSET=0x814800 -CONFIG_SYS_MALLOC_LEN=0x2800000 CONFIG_ENV_OFFSET_REDUND=0x824800 CONFIG_SYS_LOAD_ADDR=0x02000000 CONFIG_FIT=y |