From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Meyer Date: Thu, 04 Aug 2011 20:21:58 +0000 Subject: [U-Boot] [PATCH 2/2] atmel: Update support of board AT91SAM9M10G45-EK to new style In-Reply-To: <1312484010-7493-3-git-send-email-thomas.petazzoni@free-electrons.com> References: <1312484010-7493-1-git-send-email-thomas.petazzoni@free-electrons.com> <1312484010-7493-3-git-send-email-thomas.petazzoni@free-electrons.com> Message-ID: <1312489318.31913.138.camel@ubuntu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Thomas Petazzoni, > Based on earlier work by Alex Waterman . > > Signed-off-by: Thomas Petazzoni > --- > 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