From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 17 Jan 2009 19:33:49 +0100 Subject: [U-Boot] [PATCH 14/15 v6] OMAP3: Add Beagle, EVM and Overo configuration In-Reply-To: <1229244445-10106-15-git-send-email-dirk.behme@googlemail.com> References: <1229244445-10106-6-git-send-email-dirk.behme@googlemail.com> <1229244445-10106-7-git-send-email-dirk.behme@googlemail.com> <1229244445-10106-8-git-send-email-dirk.behme@googlemail.com> <1229244445-10106-9-git-send-email-dirk.behme@googlemail.com> <1229244445-10106-10-git-send-email-dirk.behme@googlemail.com> <1229244445-10106-11-git-send-email-dirk.behme@googlemail.com> <1229244445-10106-12-git-send-email-dirk.behme@googlemail.com> <1229244445-10106-13-git-send-email-dirk.behme@googlemail.com> <1229244445-10106-14-git-send-email-dirk.behme@googlemail.com> <1229244445-10106-15-git-send-email-dirk.behme@googlemail.com> Message-ID: <20090117183349.GD3682@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09:47 Sun 14 Dec , Dirk Behme wrote: > Add Beagle, EVM and Overo configuration. > > Signed-off-by: Dirk Behme > > --- > include/configs/omap3_beagle.h | 325 ++++++++++++++++++++++++++++++++++++++ > include/configs/omap3_evm.h | 345 +++++++++++++++++++++++++++++++++++++++++ > include/configs/omap3_overo.h | 318 +++++++++++++++++++++++++++++++++++++ > 3 files changed, 988 insertions(+) please add board configs when you add the boards it will the same for the MAKEALL, Makefile entries I will simplify bisect and tracking Best Regards, J.