HI all
 
I have taken u-boot code from u-boot-1.1.6 ( http://www.denx.de/wiki/UBoot )
 
I tried to compile for omap1510inn(which is having arm926ejs core), I want to compile it for arm926ejs.
I have done,
 
$make omap1510inn_config
$make
 
It is throwing me errors,
 
board.c: In function `start_armboot':
board.c:331: error: incompatible types in assignment
board.c:373: warning: passing arg 1 of `smc_set_mac_addr' from incompatible pointer type
make[1]: *** [board.o] Error 1
make[1]: Leaving directory `/home/bhagwat/u-boot/u-boot-1.1.6/lib_arm'
seems some bug..
 
please help me; I am not able to proceed.
 
Regards,
__Bhagwat