commit | a483a167bc8d808145ca1224a2c238cda90aa60c | [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 | 5e93bd1c9aaea886c5e5c7c1b6114ab36c30668f [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>