commit | 94b9e22e5036a2d8ad76956785e55754d4a980ad | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Wed May 25 02:14:56 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 02 21:21:42 2016 -0400 |
tree | 42b7a21058f8df3a05900ad543b33aeb3b74a48f | |
parent | 03c6f1761ede305637ed54fb238b2059c597451e [diff] |
spl: Allow settings malloc_f base address Allow configuring the begining of the malloc_f area in SPL. This patch uses the same CONFIG_MALLOC_F_ADDR established by the sandbox. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Tom Rini <trini@konsulko.com> Cc: Simon Glass <sjg@chromium.org>