Skip to content
Snippets Groups Projects
Commit 81178034 authored by huang lin's avatar huang lin Committed by Simon Glass
Browse files

rockchip: move SYS_MALLOC_F_LEN to rk3288 own Kconfig


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: default avatarLin Huang <hl@rock-chips.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent cc2244b8
No related branches found
No related tags found
No related merge requests found
...@@ -12,9 +12,6 @@ config ROCKCHIP_RK3288 ...@@ -12,9 +12,6 @@ config ROCKCHIP_RK3288
config SYS_MALLOC_F config SYS_MALLOC_F
default y default y
config SYS_MALLOC_F_LEN
default 0x800
config SPL_DM config SPL_DM
default y default y
......
...@@ -19,6 +19,9 @@ config TARGET_CHROMEBOOK_JERRY ...@@ -19,6 +19,9 @@ config TARGET_CHROMEBOOK_JERRY
config SYS_SOC config SYS_SOC
default "rockchip" default "rockchip"
config SYS_MALLOC_F_LEN
default 0x0800
source "board/google/chromebook_jerry/Kconfig" source "board/google/chromebook_jerry/Kconfig"
source "board/firefly/firefly-rk3288/Kconfig" source "board/firefly/firefly-rk3288/Kconfig"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment