From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Meyer Date: Thu, 04 Aug 2011 17:36:29 +0000 Subject: [U-Boot] [PATCH] tny_a9260/tny_a9g20: update board to the new AT91 organization In-Reply-To: <1312462136-2713-1-git-send-email-thomas.petazzoni@free-electrons.com> References: <1312462136-2713-1-git-send-email-thomas.petazzoni@free-electrons.com> Message-ID: <1312479389.31913.130.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, > Cc: Albin Tonnerre > CC: Gregory Hermant > Signed-off-by: Thomas Petazzoni > --- > board/calao/tny_a9260/tny_a9260.c | 55 ++++++++++++------------ > boards.cfg | 4 ++ > include/configs/tny_a9260.h | 85 ++++++++++++++++++------------------- > 3 files changed, 73 insertions(+), 71 deletions(-) I had to manually add the removal of those board(s) from Makefile and MAKEALL. Please be more careful next time :) Configuring for tny_a9260_nandflash - Board: tny_a9260, Options: AT91SAM9260,SYS_USE_NANDFLASH text data bss dec hex filename 133752 5624 204592 343968 53fa0 ./u-boot Configuring for tny_a9260_eeprom - Board: tny_a9260, Options: AT91SAM9260,SYS_USE_EEPROM text data bss dec hex filename 133752 5624 204592 343968 53fa0 ./u-boot Configuring for tny_a9g20_nandflash - Board: tny_a9260, Options: AT91SAM9G20,SYS_USE_NANDFLASH text data bss dec hex filename 133776 5624 204592 343992 53fb8 ./u-boot Configuring for tny_a9g20_eeprom - Board: tny_a9260, Options: AT91SAM9G20,SYS_USE_EEPROM text data bss dec hex filename 133776 5624 204592 343992 53fb8 ./u-boot --------------------- SUMMARY ---------------------------- Boards compiled: 4 ---------------------------------------------------------- Removal patch for those boards set to "Not Applicable". Best Regards, Reinhard