Pyra/LC15: unset CONFIG_SYS_MALLOC_CLEAR_ON_INIT because the memset(..., 16M) call...
authorH. Nikolaus Schaller <hns@goldelico.com>
Sat, 9 Jan 2016 14:57:01 +0000 (15:57 +0100)
committernotaz <notasas@gmail.com>
Sun, 14 Aug 2016 13:09:00 +0000 (16:09 +0300)
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
configs/letux_cortex15_defconfig
configs/pandora_pyra_lc15_defconfig

index 9b6522e..5ade153 100644 (file)
@@ -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
index 8967785..c3b2e43 100644 (file)
@@ -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