mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
9b6073803b
Reduce the boot time of Odroid XU3 by disabling the memset at malloc init. Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
6 lines
157 B
Text
6 lines
157 B
Text
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
|
|
|