projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d51f699
)
odroid-xu3: defconfig: disable memset at malloc init
author
Przemyslaw Marczak
<p.marczak@samsung.com>
Wed, 4 Mar 2015 13:01:27 +0000
(14:01 +0100)
committer
Tom Rini
<trini@konsulko.com>
Mon, 9 Mar 2015 15:13:28 +0000
(11:13 -0400)
Reduce the boot time of Odroid XU3 by disabling the memset
at malloc init.
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
configs/odroid-xu3_defconfig
patch
|
blob
|
history
diff --git
a/configs/odroid-xu3_defconfig
b/configs/odroid-xu3_defconfig
index 74aa0cf6729a239ff2007ebb7833160b48a8bc6a..0fb4623aaa03088769ef8a385fd2b6018688fd18 100644
(file)
--- a/
configs/odroid-xu3_defconfig
+++ b/
configs/odroid-xu3_defconfig
@@
-2,3
+2,5
@@
CONFIG_ARM=y
CONFIG_ARCH_EXYNOS=y
CONFIG_TARGET_ODROID_XU3=y
CONFIG_DEFAULT_DEVICE_TREE="exynos5422-odroidxu3"
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+