]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sunxi: Set SYS_MALLOC_CLEAR_ON_INIT to n
authorHans de Goede <hdegoede@redhat.com>
Tue, 5 May 2015 10:49:36 +0000 (12:49 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:43:13 +0000 (22:43 +0200)
commit8e20085de4707fa20a9069958d2a4b39e1aa5e78
treefb4bdb7ae3218d351e20a075c7e8cdf63b900e5e
parentf0a826ed526d797ac1d5584e39d7a7b2c539edda
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>
board/sunxi/Kconfig