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:
parent
628c827194
commit
4f11086738
2
Kconfig
2
Kconfig
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue