diff options
author | Franklin S. Cooper Jr <fcooperjr27@gmail.com> | 2012-09-07 18:42:56 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-10 12:09:46 +0100 |
commit | 5b6a8e987f9039aca63d97bc42421b78acab8a3d (patch) | |
tree | e5a002ca9df9ba95849294779c3e36d05c471ca3 /meta/recipes-bsp/u-boot/u-boot_2011.03.bb | |
parent | 13e6aa8bba6ab1ebba1efa23f94af379a8fcb6a9 (diff) | |
download | openembedded-core-5b6a8e987f9039aca63d97bc42421b78acab8a3d.tar.gz openembedded-core-5b6a8e987f9039aca63d97bc42421b78acab8a3d.tar.bz2 openembedded-core-5b6a8e987f9039aca63d97bc42421b78acab8a3d.zip |
u-boot: Use fw_env.config if available.
* Add support for board specific fw_env.config file if available.
Signed-off-by: Franklin S. Cooper Jr <fcooper27jr@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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.bb | 2 |
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 84653958c9..a9cbeca167 100644 --- a/meta/recipes-bsp/u-boot/u-boot_2011.03.bb +++ b/meta/recipes-bsp/u-boot/u-boot_2011.03.bb @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \ SRCREV = "19b54a701811220221fc4d5089a2bb18892018ca" PV = "v2011.03+git${SRCPV}" -PR = "r7" +PR = "r8" SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" |