]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
imx: ventana: use stack relocation
authorTim Harvey <tharvey@gateworks.com>
Thu, 14 May 2015 13:22:07 +0000 (06:22 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:42:37 +0000 (22:42 +0200)
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>

No differences found