From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Samuelsson Date: Thu, 31 Jan 2008 23:59:02 +0100 Subject: [U-Boot-Users] [PATCH 4/5] AT91CAP9 support : board/ files References: <1201814156-15777-1-git-send-email-stelian@popies.net> <1201814156-15777-5-git-send-email-stelian@popies.net> Message-ID: <000201c864b0$923e7e90$2101a8c0@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Signed-off-by: Stelian Pop > --- > board/at91cap9adk/Makefile | 50 +++++++ > board/at91cap9adk/at91cap9adk.c | 283 +++++++++++++++++++++++++++++++++++++++ > board/at91cap9adk/config.mk | 1 + > board/at91cap9adk/led.c | 80 +++++++++++ > board/at91cap9adk/nand.c | 71 ++++++++++ > board/at91cap9adk/u-boot.lds | 57 ++++++++ I think it would be better if these files were located in the "board/atmel/at91cap9adk", instead of "board/at91cap9adk" Maybe Peter can fix that, it should not be too hard. Best Regards Ulf Samuelsson