uboot-mt623x/lib_m68k
Stefan Roese c790b04d23 lib_arch/board.c: Move malloc initialization before flash_init()
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 <sr@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Mike Frysinger <vapier@gentoo.org>
Cc: Scott McNutt <smcnutt@psyent.com>
Cc: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: Daniel Hellstrom <daniel@gaisler.com>
Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: John Rigby <jcrigby@gmail.com>
2009-06-12 20:39:47 +02:00
..
Makefile Big white-space cleanup. 2008-05-21 00:14:08 +02:00
board.c lib_arch/board.c: Move malloc initialization before flash_init() 2009-06-12 20:39:47 +02:00
bootm.c rename include/zlib.h to include/u-boot/zlib.h 2009-04-04 15:37:54 +02:00
cache.c * Some code cleanup 2004-02-12 00:47:09 +00:00
interrupts.c Fixed off-by-one errors in lib_m68k/interrupts.c 2009-01-24 01:19:23 +01:00
time.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
traps.c * Some code cleanup 2004-02-12 00:47:09 +00:00