]> git.ipfire.org Git - people/ms/u-boot.git/commit
zipitz2: fix boot issue introduced by PXA low level init rework
authorVasily Khoruzhick <anarsoul@gmail.com>
Fri, 13 Jan 2012 07:11:44 +0000 (10:11 +0300)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 26 Mar 2012 21:09:22 +0000 (23:09 +0200)
commit76d4ae251e4a2f7724f4462baccc2779074fa937
tree37a37fa8e599a0123d078ffb6aac40164ea4c4b4
parent7cb30b13f12077c7eec8ce2419cd96cd65ace8e2
zipitz2: fix boot issue introduced by PXA low level init rework

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 <anarsoul@gmail.com>
include/configs/zipitz2.h