]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Standardize mem_malloc_init() implementation
authorPeter Tyser <ptyser@xes-inc.com>
Sat, 22 Aug 2009 04:05:20 +0000 (23:05 -0500)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:08 +0000 (09:04 -0500)
commit832f4377d6ed2bafba31ea624d3a3f5197cb1e6c
tree8993cb3aaadc59301ba41163e1534007743521a0
parentd870552ee4b83842e23cbd64a3a38b277136d568
Standardize mem_malloc_init() implementation

This lays the groundwork to allow architectures to share a common
mem_malloc_init().

Note that the x86 implementation was not modified as it did not fit the
mold of all other architectures.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
lib_arm/board.c
lib_avr32/board.c
lib_blackfin/board.c
lib_m68k/board.c
lib_microblaze/board.c
lib_mips/board.c
lib_nios/board.c
lib_nios2/board.c
lib_ppc/board.c
lib_sh/board.c
lib_sparc/board.c