commit | ab80b6595765a01f774ad2a29fde8b0c325533ac | [log] [tgz] |
---|---|---|
author | Sonic Zhang <sonic.zhang@analog.com> | Fri Nov 30 17:39:32 2012 +0800 |
committer | Sonic Zhang <sonic.zhang@analog.com> | Mon May 13 15:47:24 2013 +0800 |
tree | e3a907850eeec378960e52494c7940742f021461 | |
parent | 79f2b3992f52334b510214c6b1b60c4200133658 [diff] |
blackfin: Correct early serial mess output in BYPASS boot mode. The early serial should not be configured again in initcode() for BYPASS boot mode and in start() for the other LDR boot modes. In BYPASS boot mode, the start up code is located in Nor flash address other than the DRAM address defined in link script. The code embedded string can't be addressed by its compile time symbol. Calculate it according to the flash offset. Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>