commit | 191a8dc390ebb3aa2ba6db085a50456e873be1b8 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Jan 09 10:38:58 2008 +0100 |
committer | Stefan Roese <sr@denx.de> | Wed Jan 09 10:38:58 2008 +0100 |
tree | 7ba044da22ce81ecf4a83280bd75df7033493a27 | |
parent | 3b897fc049d1e394cf26d2cdb8a9b5a0fa44fe63 [diff] |
POST: Execute SPR test after relocation On LWMON5 we now use d-cache as init-ram and stack. The SPR POST test uses self modifying code and this doesn't work with stack in d-cache, since I can't move the code from d-cache to i-cache. We move the SPR test to be executed a little later, after relocation. Then stack is located in SDRAM and this self-modifying code is no problem anymore. Signed-off-by: Stefan Roese <sr@denx.de>