
Dear Thomas Petazzoni,
Based on earlier work by Alex Waterman awaterman@dawning.com.
Signed-off-by: Thomas Petazzoni thomas.petazzoni@free-electrons.com
Makefile | 21 --- board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 114 +++++++------ board/atmel/at91sam9m10g45ek/led.c | 6 +- boards.cfg | 1 + include/configs/at91sam9m10g45ek.h | 193 ++++++++++------------- 5 files changed, 154 insertions(+), 181 deletions(-)
Removal of board from MAKEALL missing...
Configuring for at91sam9m10g45ek_nandflash - Board: at91sam9m10g45ek, Options: AT91SAM9M10G45,SYS_USE_NANDFLASH at91sam9m10g45ek.c: In function ‘board_early_init_f’: at91sam9m10g45ek.c:256:1: warning: control reaches end of non-void function text data bss dec hex filename 201534 32116 71760 305410 4a902 ./u-boot
AND this board's early_init_f is quite different from the other atmel boards, also the place of calling at91_seriald_hw_init() is different from them. Please verify that this is OK.
Thanks, Reinhard