[U-Boot] Unable to debug UBOOT

alfred steele alfred.jaquez at gmail.com
Fri May 8 17:01:36 CEST 2009


> 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.


More information about the U-Boot mailing list