On Thursday, September 30, 2010 16:05:49 NB wrote: > However when I boot my device I see u-boot spiting out the same stuff it > does even if "silent" isn't selected, as well as linux but I'm focusing on > getting u- boot working as the README / README.silent suggests first.
ive seen issues depending on the env location. if the env cannot be loaded
early, the *default env* is consulted for its silent settings, and then things
"work" once the saved env is relocated.
might also want to check CONSOLE_IS_IN_ENV is enabled.
otherwise, your options are:
- trace the code yourself
- upgrade, and then trace the code yourself
-mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

