Re: [U-Boot] [PATCH] imx: ventana: use stack relocation

2015-05-15 Thread Stefano Babic
Hi Tim, On 14/05/2015 15:22, Tim Harvey wrote: > 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 > --- > board/gateworks/gw_ventana/g

Re: [U-Boot] [PATCH] imx: ventana: use stack relocation

2015-05-14 Thread Simon Glass
On 14 May 2015 at 07:22, Tim Harvey wrote: > 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 > --- > board/gateworks/gw_ventana/gw_ven

[U-Boot] [PATCH] imx: ventana: use stack relocation

2015-05-14 Thread Tim Harvey
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 --- board/gateworks/gw_ventana/gw_ventana_spl.c | 3 --- configs/gwventana_defconfig