Kconfig: disable SYS_MALLOC_CLEAR_ON_INIT for rockchip

It really saves a lot of boot time.

Change-Id: I22b1259c865f91816f54f87fe7b3d893d8c70522
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2019-02-21 15:18:49 +08:00 committed by Jianhong Chen
parent 628c827194
commit 4f11086738
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ menuconfig EXPERT
if EXPERT if EXPERT
config SYS_MALLOC_CLEAR_ON_INIT config SYS_MALLOC_CLEAR_ON_INIT
bool "Init with zeros the memory reserved for malloc (slow)" bool "Init with zeros the memory reserved for malloc (slow)"
default y default y if !ARCH_ROCKCHIP
help help
This setting is enabled by default. The reserved malloc This setting is enabled by default. The reserved malloc
memory is initialized with zeros, so first malloc calls memory is initialized with zeros, so first malloc calls