Re: [U-Boot] [RFC] i2c_reloc_fixup fails on m68k

2013-10-14 Thread Mike Frysinger
On Tuesday 24 September 2013 02:33:55 Heiko Schocher wrote: > Am 23.09.2013 15:50, schrieb Jens Scharsig: > > Hello, > > > > I have a access violation problem with i2c_reloc_fixup on coldfire > > m68k systems. > > > > I found out, the i2c_reloc_fixup tries to relocate the adapter itself, > > but

Re: [U-Boot] [RFC] i2c_reloc_fixup fails on m68k

2013-10-14 Thread Jens Scharsig
Hello Heiko, Am 2013-10-14 07:51, schrieb Heiko Schocher: > Hello Jens, > > Am 24.09.2013 09:41, schrieb Jens Scharsig: >> Hello Heiko, >>> Hello Jens, I have a access violation problem with i2c_reloc_fixup on coldfire m68k systems. I found out, the i2c_reloc_fixup tries to re

Re: [U-Boot] [RFC] i2c_reloc_fixup fails on m68k

2013-10-13 Thread Heiko Schocher
Hello Jens, Am 24.09.2013 09:41, schrieb Jens Scharsig: Hello Heiko, Hello Jens, I have a access violation problem with i2c_reloc_fixup on coldfire m68k systems. I found out, the i2c_reloc_fixup tries to relocate the adapter itself, but at this time i2c_adap_p is already relocated. Which to

Re: [U-Boot] [RFC] i2c_reloc_fixup fails on m68k

2013-09-24 Thread Jens Scharsig
Hello Heiko, > Hello Jens, >> I have a access violation problem with i2c_reloc_fixup on coldfire >> m68k systems. >> >> I found out, the i2c_reloc_fixup tries to relocate the adapter itself, >> but at this time i2c_adap_p is already relocated. > > Which toolchain? m68k-elf-gcc (Sourcery CodeBench

Re: [U-Boot] [RFC] i2c_reloc_fixup fails on m68k

2013-09-23 Thread Heiko Schocher
Hello Jens, Am 23.09.2013 15:50, schrieb Jens Scharsig: Hello, I have a access violation problem with i2c_reloc_fixup on coldfire m68k systems. I found out, the i2c_reloc_fixup tries to relocate the adapter itself, but at this time i2c_adap_p is already relocated. Which toolchain? Can anyb

[U-Boot] [RFC] i2c_reloc_fixup fails on m68k

2013-09-23 Thread Jens Scharsig
Hello, I have a access violation problem with i2c_reloc_fixup on coldfire m68k systems. I found out, the i2c_reloc_fixup tries to relocate the adapter itself, but at this time i2c_adap_p is already relocated. Can anybody confirm this? I think also m68k, backfin and nds32 systems are affected