Re: [U-Boot] [PATCH 2/3] Standardize mem_malloc_init() implementation

2009-09-04 Thread Wolfgang Denk
Dear Peter Tyser, In message 1250913921-15689-3-git-send-email-pty...@xes-inc.com you wrote: 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.

[U-Boot] [PATCH 2/3] Standardize mem_malloc_init() implementation

2009-08-21 Thread Peter Tyser
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 pty...@xes-inc.com --- lib_arm/board.c| 14 +++---