commit | ed5277019cb76d49ace63fc55559c1290ddd4b92 | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Fri Aug 21 23:05:20 2009 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Fri Sep 04 21:46:32 2009 +0200 |
tree | fde71dcae066c865872f5c990c593e98a0750265 | |
parent | a78ded6dd4df4c1fbc5befffb31c3b333fe1f23c [diff] |
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>