summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot/u-boot_2011.03.bb
diff options
context:
space:
mode:
authorFranklin S. Cooper Jr <fcooperjr27@gmail.com>2012-09-17 13:12:55 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-28 16:53:17 +0100
commitcfd36177f70e00ef472b7ef6115dd1028d9c09a3 (patch)
tree1055b6e03ec7bb4af96818044f5f0ced117a1efd /meta/recipes-bsp/u-boot/u-boot_2011.03.bb
parent1ecc27c20c0f8cc803f731cadad08617aa41cbc1 (diff)
downloadpoky-cfd36177f70e00ef472b7ef6115dd1028d9c09a3.tar.gz
u-boot: Use fw_env.config if avaliable
* Add support for board specific fw_env.config file if avaliable (From OE-Core rev: 4bc2151d6bb500b0489bc00bce7574dc24f41b90) Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot_2011.03.bb')
-rw-r--r--meta/recipes-bsp/u-boot/u-boot_2011.03.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot_2011.03.bb b/meta/recipes-bsp/u-boot/u-boot_2011.03.bb
index 5d79e1a0ab..fa328d1a43 100644
--- a/meta/recipes-bsp/u-boot/u-boot_2011.03.bb
+++ b/meta/recipes-bsp/u-boot/u-boot_2011.03.bb
@@ -17,7 +17,7 @@ FILESDIR = "${@os.path.dirname(d.getVar('FILE',1))}/u-boot-git/${MACHINE}"
17SRCREV = "19b54a701811220221fc4d5089a2bb18892018ca" 17SRCREV = "19b54a701811220221fc4d5089a2bb18892018ca"
18 18
19PV = "v2011.03+git${SRCPV}" 19PV = "v2011.03+git${SRCPV}"
20PR = "r7" 20PR = "r8"
21 21
22SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" 22SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git"
23 23