diff options
author | Stefan Roese <sr@denx.de> | 2015-12-03 12:39:45 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2016-01-14 14:08:59 +0100 |
commit | e5f0a64034517294f20538808b53f5eb7764f926 (patch) | |
tree | 5041ff0cb6453a2c5306eff1cb4b16922f800102 /configs | |
parent | f4e6ec7dc6fcfbad7742c27752262f38844683a2 (diff) | |
download | u-boot-imx-e5f0a64034517294f20538808b53f5eb7764f926.zip u-boot-imx-e5f0a64034517294f20538808b53f5eb7764f926.tar.gz u-boot-imx-e5f0a64034517294f20538808b53f5eb7764f926.tar.bz2 |
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_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/db-mv784mp-gp_defconfig b/configs/db-mv784mp-gp_defconfig index d8c667a..6dda2ae 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 |