From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Sun, 23 Aug 2009 18:02:54 +0200 Subject: [U-Boot] [PATCH] Add support for the DevKit8000 board In-Reply-To: <1251025002-22562-1-git-send-email-frederik@kriewitz.eu> References: <1251025002-22562-1-git-send-email-frederik@kriewitz.eu> Message-ID: <4A91682E.70702@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Frederik Kriewitz wrote: > This patch adds support for the DevKit8000 board. > > Signed-off-by: Frederik Kriewitz > --- > mach-types.h needs to be synced (MACH_TYPE_DEVKIT8000) > --- > MAINTAINERS | 4 + > MAKEALL | 1 + > Makefile | 3 + > board/timll/devkit8000/Makefile | 52 +++++ I'm not sure what "timll" stands for? Depending on the result of the board directory rename discussion, I'd like to see board/devkit8000 or board/omap3devkit8000 here. > diff --git a/MAKEALL b/MAKEALL > index edebaea..65eb4b7 100755 > --- a/MAKEALL > +++ b/MAKEALL > @@ -575,6 +575,7 @@ LIST_ARM11=" \ > ## ARM Cortex-A8 Systems > ######################################################################### > LIST_ARM_CORTEX_A8=" \ > + devkit8000 \ > omap3_beagle \ > omap3_overo \ > omap3_evm \ What's about "omap3_devkit8000"? Best regards Dirk