On Sat, Oct 20, 2007 at 02:32:29AM +0200, Clemens Koller wrote: > -Map u-boot.map -o u-boot > ld: u-boot: section `.bootpg' can't be allocated in segment 1 > LOAD: .bootpg .resetvec > ld: final link failed: Bad value > make: *** [u-boot] Error 1 What does "readelf -S" report on .bootpg and .resetvec sections? H.J.