From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kim Phillips Date: Tue, 12 May 2009 15:09:11 -0500 Subject: [U-Boot] [PATCH] lib_arch/board.c: Move malloc initialization before flash_init() In-Reply-To: <1242049812-6038-1-git-send-email-sr@denx.de> References: <1242049812-6038-1-git-send-email-sr@denx.de> Message-ID: <20090512150911.8c1de6b0.kim.phillips@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 11 May 2009 15:50:12 +0200 Stefan Roese wrote: > This patch moves the malloc initialization before calling flash_init(). > Upcoming changes to the NOR FLASH common CFI driver with optional > MTD infrastructure and MTD concatenation support will call malloc(). > And nothing really speaks against enabling malloc just a little earlier > in the boot stage. Some architectures already enable malloc before > calling flash_init() so they don't need any changes here. > > Signed-off-by: Stefan Roese > Cc: Wolfgang Denk > Cc: Mike Frysinger > Cc: Scott McNutt > Cc: Shinya Kuribayashi > Cc: Nobuhiro Iwamatsu > Cc: Daniel Hellstrom > Cc: Jean-Christophe PLAGNIOL-VILLARD > Cc: John Rigby > --- > If nobody from the platforms custodians objects against this patch > then I suggest that Wolfgang pulls it directly into next. fyi, you've only cc:d Scott McNutt and John Rigby on this mail, yet you indicate otherwise... Kim