From 13041f10d28388038e9d3349a2a9c8a7dccef8de Mon Sep 17 00:00:00 2001 From: "H. Nikolaus Schaller" Date: Sat, 9 Jan 2016 15:57:01 +0100 Subject: [PATCH] Pyra/LC15: unset CONFIG_SYS_MALLOC_CLEAR_ON_INIT because the memset(..., 16M) call in malloc init increases power consumption of OMAP5+DDR3 beyond what the bq24297 wants to supply and makes the Palmas shut down Signed-off-by: H. Nikolaus Schaller --- configs/letux_cortex15_defconfig | 1 + configs/pandora_pyra_lc15_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/letux_cortex15_defconfig b/configs/letux_cortex15_defconfig index 9b6522e125a..5ade153875c 100644 --- a/configs/letux_cortex15_defconfig +++ b/configs/letux_cortex15_defconfig @@ -5,3 +5,4 @@ CONFIG_SPL=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_SETEXPR is not set +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set - reduces malloc init power peak by memset \ No newline at end of file diff --git a/configs/pandora_pyra_lc15_defconfig b/configs/pandora_pyra_lc15_defconfig index 89677859451..c3b2e438c40 100644 --- a/configs/pandora_pyra_lc15_defconfig +++ b/configs/pandora_pyra_lc15_defconfig @@ -5,3 +5,4 @@ CONFIG_SPL=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_SETEXPR is not set +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set - reduces malloc init power peak by memset \ No newline at end of file -- 2.47.2