commit | 3874a377451e4d1f45710f5bf801dd96e8b8f67e | [log] [tgz] |
---|---|---|
author | Julius Baxter <juliusbaxter@gmail.com> | Sat May 05 12:32:11 2012 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Thu Aug 09 23:37:45 2012 +0200 |
tree | c9ecb29bc7b72a91affc6ab25e8950cb5ebc483c | |
parent | eb0b43f264077fb7ff53b479dce76324a8aaa696 [diff] |
openrisc: Work around potential relocation issues When reset code is in flash, the jump instructions emitted by the compiler are relative instead of absolute jumps. A fix to the reset code to make correct jumps to the beginning of code relocated to RAM have also been added. Signed-off-by: Julius Baxter <juliusbaxter@gmail.com>