commit | ecd4b537eac8694c8d966b03e6890e4f0329a508 | [log] [tgz] |
---|---|---|
author | Jens Scharsig (BuS Elektronik) <esw@bus-elektronik.de> | Mon Oct 14 10:27:38 2013 +0200 |
committer | Heiko Schocher <hs@denx.de> | Thu Oct 17 07:20:25 2013 +0200 |
tree | 13366d9f30a4298b7b6922d872689da748309665 | |
parent | 6e35fd2bdcebb613bdf7995c916ddaef7aaff386 [diff] |
Fix: nommu I2C adapter relocation error NoMMU systems have a access violation problem with i2c_reloc_fixup. Blame for it is a double relocation of the adapter itself. The i2c_adap_p is already relocated, if i2c_reloc_fixup is called. This patch removes the relocation of i2c_adap_p from i2c_reloc_fixup to fix this. Signed-off-by: Jens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>