From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 6 Sep 2006 20:24:25 +0200 Subject: [U-Boot-Users] [PATCH 0/6] AVR32 support In-Reply-To: <20060906162225.49f14b5d@cad-250-152.norway.atmel.com> References: <20060906162225.49f14b5d@cad-250-152.norway.atmel.com> Message-ID: <200609062024.25382.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Haarvard, On Wednesday 06 September 2006 16:22, Haavard Skinnemoen wrote: > board/atstk1000/Makefile | 44 ++ > board/atstk1000/atstk1000.c | 52 +++ > board/atstk1000/config.mk | 4 > board/atstk1000/flash.c | 223 ++++++++++++ > board/atstk1000/u-boot.lds.S | 79 ++++ Could it be, that you will possibly support additional Atmel boards in the future? If yes, I recommend to use the manufacturer directory structure (like amcc or esd): board/atmel/atstk1000/Makefile ... Best regards, Stefan