diff options
Diffstat (limited to 'configs/bcm963158_ram_defconfig')
-rw-r--r-- | configs/bcm963158_ram_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/bcm963158_ram_defconfig b/configs/bcm963158_ram_defconfig index b0ced6cce7e..4b3cb3a07fc 100644 --- a/configs/bcm963158_ram_defconfig +++ b/configs/bcm963158_ram_defconfig @@ -3,10 +3,10 @@ CONFIG_SKIP_LOWLEVEL_INIT=y # CONFIG_ARM64_SUPPORT_AARCH32 is not set CONFIG_ARCH_BCM63158=y CONFIG_SYS_TEXT_BASE=0x10000000 +CONFIG_SYS_MALLOC_LEN=0x100000 CONFIG_SYS_MALLOC_F_LEN=0x8000 CONFIG_NR_DRAM_BANKS=1 CONFIG_ENV_SIZE=0x2000 -CONFIG_SYS_MALLOC_LEN=0x100000 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="bcm963158" CONFIG_TARGET_BCM963158=y |