diff options
Diffstat (limited to 'configs/meesc_defconfig')
-rw-r--r-- | configs/meesc_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/meesc_defconfig b/configs/meesc_defconfig index 38473af9198..887f481c07e 100644 --- a/configs/meesc_defconfig +++ b/configs/meesc_defconfig @@ -3,11 +3,11 @@ CONFIG_SKIP_LOWLEVEL_INIT=y CONFIG_ARCH_CPU_INIT=y CONFIG_ARCH_AT91=y CONFIG_SYS_TEXT_BASE=0x21F00000 -CONFIG_TARGET_MEESC=y +CONFIG_SYS_MALLOC_LEN=0x80000 CONFIG_SYS_MALLOC_F_LEN=0x2000 +CONFIG_TARGET_MEESC=y CONFIG_NR_DRAM_BANKS=1 CONFIG_ENV_OFFSET=0xC0000 -CONFIG_SYS_MALLOC_LEN=0x80000 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="at91sam9263ek" CONFIG_SYS_LOAD_ADDR=0x20100000 |