Re: [U-Boot] [PATCH v3 4/4] zipitz2: fix boot issue introduced by PXA low level init rework

2012-01-13 Thread Marek Vasut
> CONFIG_SYS_INIT_SP_ADDR points to RAM, but it's used before > DRAM controller init. Fix it by setting CONFIG_SYS_INIT_SP_ADDR > to SRAM > > Signed-off-by: Vasily Khoruzhick > --- > v2: no changes > v3: introduce PHYS_SRAM, use it for SYS_INIT_SP_ADDR calculation > > include/configs/zipitz2.h

[U-Boot] [PATCH v3 4/4] zipitz2: fix boot issue introduced by PXA low level init rework

2012-01-12 Thread Vasily Khoruzhick
CONFIG_SYS_INIT_SP_ADDR points to RAM, but it's used before DRAM controller init. Fix it by setting CONFIG_SYS_INIT_SP_ADDR to SRAM Signed-off-by: Vasily Khoruzhick --- v2: no changes v3: introduce PHYS_SRAM, use it for SYS_INIT_SP_ADDR calculation include/configs/zipitz2.h |8 +++- 1 f