From 23a6f63f74e42c62167a49c71ca13c86bdf2f851 Mon Sep 17 00:00:00 2001 From: "Franklin S. Cooper Jr" Date: Fri, 7 Sep 2012 18:42:56 -0500 Subject: u-boot: Use fw_env.config if available. * Add support for board specific fw_env.config file if available. (From OE-Core rev: 5b6a8e987f9039aca63d97bc42421b78acab8a3d) Signed-off-by: Franklin S. Cooper Jr Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-bsp/u-boot/u-boot_2011.06.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-bsp/u-boot/u-boot_2011.06.bb') 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 9654795744..a115ed2801 100644 --- a/meta/recipes-bsp/u-boot/u-boot_2011.06.bb +++ b/meta/recipes-bsp/u-boot/u-boot_2011.06.bb @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \ SRCREV = "b1af6f532e0d348b153d5c148369229d24af361a" PV = "v2011.06+git${SRCPV}" -PR = "r2" +PR = "r3" SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" -- cgit v1.2.3-54-g00ecf