summaryrefslogtreecommitdiff
path: root/meta/recipes-bsp/u-boot/u-boot_2011.06.bb
diff options
context:
space:
mode:
authorFranklin S. Cooper Jr <fcooperjr27@gmail.com>2012-09-17 13:12:55 -0500
committerScott Garman <scott.a.garman@intel.com>2012-09-24 09:51:14 -0700
commit4bc2151d6bb500b0489bc00bce7574dc24f41b90 (patch)
tree0fe91428d47839806a510f0e3c30fe8ce122ec11 /meta/recipes-bsp/u-boot/u-boot_2011.06.bb
parentebfc81f57bbc60e958472d9a1257e6a19f60adbb (diff)
downloadopenembedded-core-4bc2151d6bb500b0489bc00bce7574dc24f41b90.tar.gz
openembedded-core-4bc2151d6bb500b0489bc00bce7574dc24f41b90.tar.bz2
openembedded-core-4bc2151d6bb500b0489bc00bce7574dc24f41b90.zip
u-boot: Use fw_env.config if avaliable
* Add support for board specific fw_env.config file if avaliable Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot_2011.06.bb')
-rw-r--r--meta/recipes-bsp/u-boot/u-boot_2011.06.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot_2011.06.bb b/meta/recipes-bsp/u-boot/u-boot_2011.06.bb
index 43f2c0661b..93b79238b0 100644
--- a/meta/recipes-bsp/u-boot/u-boot_2011.06.bb
+++ b/meta/recipes-bsp/u-boot/u-boot_2011.06.bb
@@ -17,7 +17,7 @@ FILESDIR = "${@os.path.dirname(d.getVar('FILE',1))}/u-boot-git/${MACHINE}"
SRCREV = "b1af6f532e0d348b153d5c148369229d24af361a"
PV = "v2011.06+git${SRCPV}"
-PR = "r2"
+PR = "r3"
SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git"