summaryrefslogtreecommitdiff
path: root/recipes/u-boot/u-boot_2009.08.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/u-boot/u-boot_2009.08.bb')
-rw-r--r--recipes/u-boot/u-boot_2009.08.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes/u-boot/u-boot_2009.08.bb b/recipes/u-boot/u-boot_2009.08.bb
index d0e387cd03..b7f7851d9b 100644
--- a/recipes/u-boot/u-boot_2009.08.bb
+++ b/recipes/u-boot/u-boot_2009.08.bb
@@ -1,11 +1,17 @@
-PR = "r0"
+PR = "r1"
require u-boot.inc
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_at91sam9g20ek = "1"
+DEFAULT_PREFERENCE_igep0020 = "1"
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 "
+SRC_URI_append_igep0020 = " \
+ file://update-mach-types.patch;patch=1 \
+ file://add-board-support-for-IGEP-v2-series-rev-B.patch;patch=1 \
+"
+
TARGET_LDFLAGS = ""
inherit base