From: H. Nikolaus Schaller Date: Sat, 9 Jan 2016 14:57:01 +0000 (+0100) Subject: Pyra/LC15: unset CONFIG_SYS_MALLOC_CLEAR_ON_INIT because the memset(..., 16M) call... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13041f10d28388038e9d3349a2a9c8a7dccef8de;p=pandora-u-boot.git 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 --- 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