commit | 83d271b5ffc19e98098861dd21e940cf53545a43 | [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 | b55b8eef35f9ca04cf790381bab14510278b08a4 [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>