
With the latest from the u-boot-atmel area, the symbols below don't seem to be defined.
Thanks, James
--- error arm-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONF IG_SYS_TEXT_BASE=0x21f00000 -I/home/jkosin/git/u-boot-atmel/include -fno-builtin -ffreestanding -nostdinc -isystem /home/jkosin/opt/armThumb-4.5.0/lib/gcc/arm-e abi/4.5.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-th umb-interwork -march=armv4 -Wall -Wstrict-prototypes -fno-stack-protector \ -o board.o board.c -c board.c: In function `__dram_init_banksize': board.c:233:29: error: `CONFIG_SYS_SDRAM_BASE' undeclared (first use in this fun ction) board.c:233:29: note: each undeclared identifier is reported only once for each function it appears in board.c: In function `board_init_f': board.c:279:17: error: `CONFIG_SYS_INIT_SP_ADDR' undeclared (first use in this f unction) board.c:312:9: error: `CONFIG_SYS_SDRAM_BASE' undeclared (first use in this func tion) make[1]: *** [board.o] Error 1 make[1]: Leaving directory `/home/jkosin/git/u-boot-atmel/arch/arm/lib' make: *** [arch/arm/lib/libarm.o] Error 2 --- end