summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2015-12-03 12:39:45 +0100
committerStefan Roese <sr@denx.de>2016-01-14 14:08:59 +0100
commite5f0a64034517294f20538808b53f5eb7764f926 (patch)
tree5041ff0cb6453a2c5306eff1cb4b16922f800102 /configs
parentf4e6ec7dc6fcfbad7742c27752262f38844683a2 (diff)
downloadblackbird-obmc-uboot-e5f0a64034517294f20538808b53f5eb7764f926.tar.gz
blackbird-obmc-uboot-e5f0a64034517294f20538808b53f5eb7764f926.zip
arm: mvebu: Remove SYS_MALLOC_CLEAR_ON_INIT from DB-MV784MP-GP AXP board
By removing CONFIG_SYS_MALLOC_CLEAR_ON_INIT, the bootup time is a bit faster. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'configs')
-rw-r--r--configs/db-mv784mp-gp_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/db-mv784mp-gp_defconfig b/configs/db-mv784mp-gp_defconfig
index d8c667a3a7..6dda2ae32b 100644
--- a/configs/db-mv784mp-gp_defconfig
+++ b/configs/db-mv784mp-gp_defconfig
@@ -3,6 +3,7 @@ CONFIG_ARCH_MVEBU=y
CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_TARGET_DB_MV784MP_GP=y
CONFIG_DEFAULT_DEVICE_TREE="armada-xp-gp"
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
CONFIG_SPL=y
# CONFIG_CMD_IMLS is not set
# CONFIG_CMD_FLASH is not set
OpenPOWER on IntegriCloud