diff mbox

[U-Boot,v5,7/7] odroid-xu3: defconfig: disable memset at malloc init

Message ID 1424774311-23726-8-git-send-email-p.marczak@samsung.com
State Superseded
Headers show

Commit Message

Przemyslaw Marczak Feb. 24, 2015, 10:38 a.m. UTC
Reduce the boot time of Odroid XU3 by disabling the memset
at malloc init.

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
---
Changes v5
- new commit

---
 configs/odroid-xu3_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Ɓukasz Majewski Feb. 24, 2015, 2:40 p.m. UTC | #1
Hi Przemyslaw,

> Reduce the boot time of Odroid XU3 by disabling the memset
> at malloc init.
> 
> Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
> ---
> Changes v5
> - new commit
> 
> ---
>  configs/odroid-xu3_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/configs/odroid-xu3_defconfig
> b/configs/odroid-xu3_defconfig index 74aa0cf..0fb4623 100644
> --- 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
> +

Acked-by: Lukasz Majewski <l.majewski@samsung.com>
diff mbox

Patch

diff --git a/configs/odroid-xu3_defconfig b/configs/odroid-xu3_defconfig
index 74aa0cf..0fb4623 100644
--- 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
+