summaryrefslogtreecommitdiff
path: root/configs/sheep-rk3368_defconfig
diff options
context:
space:
mode:
authorAndy Yan <andy.yan@rock-chips.com>2017-08-02 21:10:13 +0800
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-08-13 17:12:36 +0200
commitd6d26e7641addd2f447f29498ef1986fb5a4dc57 (patch)
tree5e8532dd1d7bfdd4fa5bbcd7cca9fef064acc42f /configs/sheep-rk3368_defconfig
parentbfc2ed5c22476ded92a91aab8901bbfb09b7f085 (diff)
rockchip: set Pre-reloc malloc pool size to 4kb for rk3368 based boards
The default 1kb pre-reloc malloc pool is not enough for dm core to enable the dm-pre-reloc device drivers. Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'configs/sheep-rk3368_defconfig')
-rw-r--r--configs/sheep-rk3368_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sheep-rk3368_defconfig b/configs/sheep-rk3368_defconfig
index be00fade7e..da6b93a28c 100644
--- a/configs/sheep-rk3368_defconfig
+++ b/configs/sheep-rk3368_defconfig
@@ -1,5 +1,6 @@
CONFIG_ARM=y
CONFIG_ARCH_ROCKCHIP=y
+CONFIG_SYS_MALLOC_F_LEN=0x1000
CONFIG_ROCKCHIP_RK3368=y
CONFIG_DEFAULT_DEVICE_TREE="rk3368-sheep"
CONFIG_DEBUG_UART=y