]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
rockchip: move SYS_MALLOC_F_LEN to rk3288 own Kconfig
authorhuang lin <hl@rock-chips.com>
Tue, 17 Nov 2015 06:20:10 +0000 (14:20 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 1 Dec 2015 15:07:22 +0000 (08:07 -0700)
since different rockchip SOC have different size of SRAM,
So the size SYS_MALLOC_F_LEN may different, so move this
config to rk3288 own Kconfig

Signed-off-by: Lin Huang <hl@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-rockchip/Kconfig
arch/arm/mach-rockchip/rk3288/Kconfig

index 3f7dc8e19bd333ac57223dc1a4c16d2dc324f634..fa1f4267537fd48e07ce172f2b4b42eb2408f37c 100644 (file)
@@ -12,9 +12,6 @@ config ROCKCHIP_RK3288
 config SYS_MALLOC_F
        default y
 
-config SYS_MALLOC_F_LEN
-       default 0x800
-
 config SPL_DM
        default y
 
index 4d0f1b519127603101ad9af547bafa84c973c799..d0a72767c88075ba78846bb2631313f02e0d789c 100644 (file)
@@ -19,6 +19,9 @@ config TARGET_CHROMEBOOK_JERRY
 config SYS_SOC
        default "rockchip"
 
+config SYS_MALLOC_F_LEN
+       default 0x0800
+
 source "board/google/chromebook_jerry/Kconfig"
 
 source "board/firefly/firefly-rk3288/Kconfig"