From c9500e26ce24cfbf4c8dc39429279b96b8b25299 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20M=C3=BCller?= Date: Tue, 10 May 2011 04:59:07 +0000 Subject: [PATCH] overo: u-boot fix by moving to version 2011.03 The old git version did not start up from SDCard. Tests: * Set default variable environment * Save variable environment * Boot kernel from MMC and NAND Signed-off-by: Andreas Mueller Signed-off-by: Koen Kooi --- recipes/u-boot/u-boot_2011.03.bb | 1 + recipes/u-boot/u-boot_git.bb | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/recipes/u-boot/u-boot_2011.03.bb b/recipes/u-boot/u-boot_2011.03.bb index 8ab385f57a..ac609cdbe8 100644 --- a/recipes/u-boot/u-boot_2011.03.bb +++ b/recipes/u-boot/u-boot_2011.03.bb @@ -2,6 +2,7 @@ PR = "r0" require u-boot.inc DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_overo = "1" SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 " SRC_URI[md5sum] = "91d02124c94368557d0e9ac05fb8c33f" diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb index 2cf5b12f89..d7c4f6aff3 100644 --- a/recipes/u-boot/u-boot_git.bb +++ b/recipes/u-boot/u-boot_git.bb @@ -197,11 +197,6 @@ do_compile_omapzoom36x () { oe_runmake tools } -SRC_URI_overo = "git://www.sakoman.com/git/u-boot.git;branch=omap4-exp;protocol=git \ -" -SRCREV_overo = "261733408a27d14590cf3ec6b596461808050e32" -PV_overo = "2010.12+${PR}+gitr${SRCREV}" - SRC_URI_omap4430-panda = "git://www.sakoman.com/git/u-boot.git;branch=omap4-exp;protocol=git \ file://fix-break-caused-by-new-binutils.patch \ " -- 2.11.4.GIT