summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot/u-boot_2012.04.01.bb
diff options
context:
space:
mode:
authorFranklin S. Cooper Jr <fcooperjr27@gmail.com>2012-09-07 18:42:56 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-10 13:01:52 +0100
commit23a6f63f74e42c62167a49c71ca13c86bdf2f851 (patch)
treea9098f8e0319a8f4b78dfc3093722d28e144e0a9 /meta/recipes-bsp/u-boot/u-boot_2012.04.01.bb
parent24288740d0bf0c4e381ee942857a88c23647eafc (diff)
downloadpoky-23a6f63f74e42c62167a49c71ca13c86bdf2f851.tar.gz
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 <fcooper27jr@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot_2012.04.01.bb')
-rw-r--r--meta/recipes-bsp/u-boot/u-boot_2012.04.01.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot_2012.04.01.bb b/meta/recipes-bsp/u-boot/u-boot_2012.04.01.bb
index c4ec50d6aa..6c099b1603 100644
--- a/meta/recipes-bsp/u-boot/u-boot_2012.04.01.bb
+++ b/meta/recipes-bsp/u-boot/u-boot_2012.04.01.bb
@@ -20,7 +20,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
20SRCREV = "415d386877df49eb051b85ef74fa59a16dc17c7d" 20SRCREV = "415d386877df49eb051b85ef74fa59a16dc17c7d"
21 21
22PV = "v2012.04.01+git${SRCPV}" 22PV = "v2012.04.01+git${SRCPV}"
23PR = "r1" 23PR = "r2"
24 24
25SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" 25SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git"
26 26