commit | 730bae7a8fd04042459f706f9336442c6519715f | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Mon Aug 13 14:13:07 2012 -0700 |
committer | Tom Rini <trini@ti.com> | Thu Sep 27 09:48:39 2012 -0700 |
tree | 609e202d45f149c73d95211e03e29d4f13c81211 | |
parent | 09ebf1a24030639bb3c762d99ce204c88f68a052 [diff] |
ARM: SPL: Only call mem_malloc_init if configured We can only attempt to setup a malloc pool if CONFIG_SYS_SPL_MALLOC_START is defined, and not all boards require it. Make the call depend on the define. Signed-off-by: Tom Rini <trini@ti.com>