瀏覽代碼

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>
Hans de Goede 10 年之前
父節點
當前提交
f9b08fbf11
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      board/sunxi/Kconfig

+ 3 - 0
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