
8 May
2009
8 May
'09
5:01 p.m.
Looks like you are reinitializing the DDR , when u are already executing from it, you may want to comment out that code, which initializes DDR.
To add to that, if you have cloned code for an already existing platform config file, See if the "CONFIG_SKIP_RELOCATE_UBOOT" and "CONFIG_SKIP_LOWLEVEL_INIT" flags in your config file(include/configs) are enabled. If these flags are not enabled, you might need to enable them,s o that the early initialization code is skipped.
Thanks.