Skip to content
Snippets Groups Projects
Commit f9b08fbf authored by Hans de Goede's avatar Hans de Goede
Browse files

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: default avatarHans de Goede <hdegoede@redhat.com>
Acked-by: default avatarIan Campbell <ijc@hellion.org.uk>
parent 9f852211
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment