commit | 7453e663c6f6280fc582cb55fbed165815377f78 | [log] [tgz] |
---|---|---|
author | Tim Harvey <tharvey@gateworks.com> | Thu May 14 06:22:07 2015 -0700 |
committer | Stefano Babic <sbabic@denx.de> | Fri May 15 19:25:07 2015 +0200 |
tree | b8f9d80b9201e8f142a92644581fff433713002e | |
parent | ac6454753f79ab6088d834ca8b6dce1b302ef768 [diff] |
imx: ventana: use stack relocation Certain features we desire require a larger stack than is available by using iRAM (most notably for us, env_mmc). Relocate the stack to DRAM so that we can use these features. Signed-off-by: Tim Harvey <tharvey@gateworks.com> Reviewed-by: Simon Glass <sjg@chromium.org>