]> 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)
committerWolfgang Denk <wd@denx.de>
Fri, 4 Sep 2009 19:46:32 +0000 (21:46 +0200)
commita483a167bc8d808145ca1224a2c238cda90aa60c
treefde71dcae066c865872f5c990c593e98a0750265
parent5e93bd1c9aaea886c5e5c7c1b6114ab36c30668f
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