From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sat, 09 May 2015 14:48:07 +0100 Subject: [U-Boot] [PATCH 1/2] sunxi: Set SYS_MALLOC_CLEAR_ON_INIT to n In-Reply-To: <1430824867-10682-1-git-send-email-hdegoede@redhat.com> References: <1430824867-10682-1-git-send-email-hdegoede@redhat.com> Message-ID: <1431179287.15640.303.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2015-05-05 at 13:21 +0200, Hans de Goede wrote: > We don't need this on sunxi, Please say why here. I assume something like "we always use calloc or memset when initialised memory is required"? > and not having is shaves some time of out boot > time. > > Signed-off-by: Hans de Goede With that added: Acked-by: Ian Campbell