mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-02 07:31:11 +01:00
odroid-xu3: defconfig: disable memset at malloc init
Reduce the boot time of Odroid XU3 by disabling the memset at malloc init. Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
This commit is contained in:
parent
d51f699908
commit
9b6073803b
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue