Re: [U-Boot] [PATCH] TQM8xx: adjust linker script to grown code size

2012-10-01 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Marek Vasut, > > In message <201209271520.33571.ma...@denx.de> you wrote: > > Dear Wolfgang Denk, > > > > > Some of the previous changes caused the code to grow, which causes > > > errors like > > > > > > u-boot.lds:76 cannot move location counter backwards (from 4000

Re: [U-Boot] [PATCH] TQM8xx: adjust linker script to grown code size

2012-10-01 Thread Wolfgang Denk
Dear Marek Vasut, In message <201209271520.33571.ma...@denx.de> you wrote: > Dear Wolfgang Denk, > > > Some of the previous changes caused the code to grow, which causes > > errors like > > > > u-boot.lds:76 cannot move location counter backwards (from 4000828c to > > 40008000) > > > > when bui

Re: [U-Boot] [PATCH] TQM8xx: adjust linker script to grown code size

2012-09-27 Thread Marek Vasut
Dear Wolfgang Denk, > Some of the previous changes caused the code to grow, which causes > errors like > > u-boot.lds:76 cannot move location counter backwards (from 4000828c to > 40008000) > > when building with some older tool chains (like ELDK 4.2). > Adjust the linker script to make fit agai

[U-Boot] [PATCH] TQM8xx: adjust linker script to grown code size

2012-09-27 Thread Wolfgang Denk
Some of the previous changes caused the code to grow, which causes errors like u-boot.lds:76 cannot move location counter backwards (from 4000828c to 40008000) when building with some older tool chains (like ELDK 4.2). Adjust the linker script to make fit again. Signed-off-by: Wolfgang Denk ---