when i compiled u-boot 1.1.5 for atmel's at91sam9261-ek...initially it gave the error as -maps-32 not found...which is in config c file in the cpu/arm926ejs/at91sam9261x directory of the source code provided from timesys...
<br>but when i deleted this string in the file and recompiled it, generated the bin file..<br>to my surprise it was 1kb less than original bin file...<br>one more modification wt i made was in the makefile..<br>here i changed arch CROSS_COMPILE=arm-softfloat-linux-
<br>to armv5l-linux- because my toolchain has armv5l-linux-gcc....<br><br>but when i ported the bin file...board is not getting booted...<br>any reason why it is so...<br>