From 50ea5378c92557b609324a962fea56c076783edf Mon Sep 17 00:00:00 2001 From: Mickaël CHAZAUX Date: Tue, 6 Apr 2010 02:58:17 +0000 Subject: Add Freescale i.MX25 3stack support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch adds support for the i.MX25 3Stack platform. It is based on the patches released by Freescale as part of LTIB. EB: linux & u-boot patches are the same as for babbage so use the same name and same checksums. Author: Mickaël CHAZAUX Signed-off-by: Eric Bénard --- recipes/u-boot/u-boot_2009.08.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'recipes/u-boot') diff --git a/recipes/u-boot/u-boot_2009.08.bb b/recipes/u-boot/u-boot_2009.08.bb index 868e618607..65bf688fc8 100644 --- a/recipes/u-boot/u-boot_2009.08.bb +++ b/recipes/u-boot/u-boot_2009.08.bb @@ -6,6 +6,7 @@ DEFAULT_PREFERENCE_at91sam9g20ek = "1" DEFAULT_PREFERENCE_at91sam9g45ek = "1" DEFAULT_PREFERENCE_igep0020 = "1" DEFAULT_PREFERENCE_babbage = "1" +DEFAULT_PREFERENCE_mx25-3stack = "1" SRC_URI = "\ ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \ @@ -16,7 +17,10 @@ SRC_URI_append_igep0020 = " \ file://update-mach-types.patch \ file://add-board-support-for-IGEP-v2-series-rev-B.patch \ " -SRC_URI_append_babbage ="\ +SRC_URI_append_babbage = " \ + http://download.berlios.de/mx25patches/u-boot-v2009.08-imx-09.12.00.patch.bz2;patch=1;name=ubootbabbage \ + " +SRC_URI_append_mx25-3stack = " \ http://download.berlios.de/mx25patches/u-boot-v2009.08-imx-09.12.00.patch.bz2;patch=1;name=ubootbabbage \ " -- cgit 1.2.3-korg