summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-05-05 12:49:36 +0200
committerHans de Goede <hdegoede@redhat.com>2015-05-19 18:37:30 +0200
commitf9b08fbf11add614f1773c5378a9026cd3d5c75f (patch)
tree2159c0d5877077d3ecc7b2dfa0c9eb52829d97ec /board
parent9f85221135745f7f20c9b00a241a8331a7f5b190 (diff)
downloadtalos-obmc-uboot-f9b08fbf11add614f1773c5378a9026cd3d5c75f.tar.gz
talos-obmc-uboot-f9b08fbf11add614f1773c5378a9026cd3d5c75f.zip
sunxi: Set SYS_MALLOC_CLEAR_ON_INIT to n
We don't need this on sunxi, as we always use calloc or memset when initialised memory is required. Clearing this shaves some time of our boot time. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'board')
-rw-r--r--board/sunxi/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
index 5b6cc5c82f..012f9a4cef 100644
--- a/board/sunxi/Kconfig
+++ b/board/sunxi/Kconfig
@@ -544,6 +544,9 @@ config GMAC_TX_DELAY
---help---
Set the GMAC Transmit Clock Delay Chain value.
+config SYS_MALLOC_CLEAR_ON_INIT
+ default n
+
config NET
default y
OpenPOWER on IntegriCloud