public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] sunxi: Set SYS_MALLOC_CLEAR_ON_INIT to n
@ 2015-05-05 11:21 Hans de Goede
  2015-05-05 11:21 ` [U-Boot] [PATCH 2/2] console: Fix pre-console flushing via cfb_console being very slow Hans de Goede
  2015-05-09 13:48 ` [U-Boot] [PATCH 1/2] sunxi: Set SYS_MALLOC_CLEAR_ON_INIT to n Ian Campbell
  0 siblings, 2 replies; 6+ messages in thread
From: Hans de Goede @ 2015-05-05 11:21 UTC (permalink / raw)
  To: u-boot

We don't need this on sunxi, and not having is shaves some time of out boot
time.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 board/sunxi/Kconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
index bd1e988..940b6c7 100644
--- a/board/sunxi/Kconfig
+++ b/board/sunxi/Kconfig
@@ -549,6 +549,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
 
-- 
2.3.6

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-05-10 14:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-05 11:21 [U-Boot] [PATCH 1/2] sunxi: Set SYS_MALLOC_CLEAR_ON_INIT to n Hans de Goede
2015-05-05 11:21 ` [U-Boot] [PATCH 2/2] console: Fix pre-console flushing via cfb_console being very slow Hans de Goede
2015-05-09 13:49   ` Ian Campbell
2015-05-09 15:53     ` Hans de Goede
2015-05-10 14:07   ` Tom Rini
2015-05-09 13:48 ` [U-Boot] [PATCH 1/2] sunxi: Set SYS_MALLOC_CLEAR_ON_INIT to n Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox