diff options
author | 2014-01-10 16:20:07 -0600 | |
---|---|---|
committer | 2014-01-14 14:41:37 -0200 | |
commit | 62c777db788a657efe3e9f01d5a72b8bf296ca25 (patch) | |
tree | ec96aaba6ba52b9599c02f760d1350ba080a8fac /recipes-bsp/u-boot | |
parent | 5ede821064bfe6b94500a113c05d03d15c63af5e (diff) | |
download | meta-fsl-arm-62c777db788a657efe3e9f01d5a72b8bf296ca25.tar.gz meta-fsl-arm-62c777db788a657efe3e9f01d5a72b8bf296ca25.tar.bz2 meta-fsl-arm-62c777db788a657efe3e9f01d5a72b8bf296ca25.zip |
u-boot-fslc: Update SRCREV to ceb6b623
Update the SRCREV to ceb6b623 to grab the latest commit which updates
the fdt_addr variable to a higher address to ensure that the device tree
binary does not overlap larger kernels during the unpack process.
Signed-off-by: John Weber <rjohnweber@gmail.com>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2013.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb index ea42c74..2682cec 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb @@ -4,4 +4,4 @@ PV = "v2013.10" SRCBRANCH = "patches-2013.10" -SRCREV = "079e214888279518ce061c71238a74a0c3db2c28" +SRCREV = "ceb6b623b62668582704dd5ae1aee830a9a7a389" |