aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot_2009.03.bb
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch.de>2009-04-20 16:26:47 +0200
committerSteffen Sledz <sledz@dresearch.de>2009-04-20 16:28:27 +0200
commit1a4f6b92feebbf65c8dd22b456819177b3517b27 (patch)
tree632d64add67dbb7a5e2317d49172aa05e586b19c /recipes/u-boot/u-boot_2009.03.bb
parent1e71714dd3e693c64ac0d8c1f863e2efc326f30c (diff)
downloadopenembedded-1a4f6b92feebbf65c8dd22b456819177b3517b27.tar.gz
u-boot_2009.03: fixes/adds for HIPOX machine
- enable mmu and dcache for faster nand access - fix reset problem in gmac
Diffstat (limited to 'recipes/u-boot/u-boot_2009.03.bb')
-rw-r--r--recipes/u-boot/u-boot_2009.03.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/u-boot/u-boot_2009.03.bb b/recipes/u-boot/u-boot_2009.03.bb
index 11f2a0e441..a2c0c6fd7c 100644
--- a/recipes/u-boot/u-boot_2009.03.bb
+++ b/recipes/u-boot/u-boot_2009.03.bb
@@ -1,4 +1,4 @@
-PR = "r1"
+PR = "r2"
require u-boot.inc
DEFAULT_PREFERENCE = "-1"
@@ -6,7 +6,10 @@ DEFAULT_PREFERENCE_hipox = "1"
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 "
-SRC_URI_append_hipox = "file://00-hipox.patch;patch=1 "
+SRC_URI_append_hipox = "file://00-hipox.patch;patch=1 \
+ file://01-hipox-fix-gmac-reset.patch;patch=1 \
+ file://02-hipox-enable-mmu.patch;patch=1 \
+"
TARGET_LDFLAGS = ""