u-boot: Update version for HUSH support

This enables the HUSH shell in u-boot, and uses that support to
assume a ramdisk 0x20300000 if one is not found in the FIT image.

Change-Id: Iaed89795ad1649d3b9e0666d009957a77dafcb41
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/common/recipes-bsp/u-boot/u-boot-fw-utils_2016.07.bb b/common/recipes-bsp/u-boot/u-boot-fw-utils_2016.07.bb
index 034f8c1..107c878 100644
--- a/common/recipes-bsp/u-boot/u-boot-fw-utils_2016.07.bb
+++ b/common/recipes-bsp/u-boot/u-boot-fw-utils_2016.07.bb
@@ -4,7 +4,7 @@
 SECTION = "bootloader"
 DEPENDS = "mtd-utils"
 
-SRCREV = "aa7a90f2ff1e807e057c6dbb0d0c579174c75acc"
+SRCREV = "be5e3b5b680746718f45ec5ad45e2debc61407b5"
 UBRANCH = "v2016.07-aspeed-openbmc"
 SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https"
 
diff --git a/common/recipes-bsp/u-boot/u-boot-mkimage_2016.07.bb b/common/recipes-bsp/u-boot/u-boot-mkimage_2016.07.bb
index 5fdc141..b076728 100644
--- a/common/recipes-bsp/u-boot/u-boot-mkimage_2016.07.bb
+++ b/common/recipes-bsp/u-boot/u-boot-mkimage_2016.07.bb
@@ -5,7 +5,7 @@
 
 DEPENDS = "openssl"
 
-SRCREV = "aa7a90f2ff1e807e057c6dbb0d0c579174c75acc"
+SRCREV = "be5e3b5b680746718f45ec5ad45e2debc61407b5"
 UBRANCH = "v2016.07-aspeed-openbmc"
 SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https"
 
diff --git a/common/recipes-bsp/u-boot/u-boot_2016.07.bb b/common/recipes-bsp/u-boot/u-boot_2016.07.bb
index 42f1f6e..e691558 100644
--- a/common/recipes-bsp/u-boot/u-boot_2016.07.bb
+++ b/common/recipes-bsp/u-boot/u-boot_2016.07.bb
@@ -3,7 +3,7 @@
 LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
 DEPENDS += "dtc-native"
 
-SRCREV = "aa7a90f2ff1e807e057c6dbb0d0c579174c75acc"
+SRCREV = "be5e3b5b680746718f45ec5ad45e2debc61407b5"
 UBRANCH = "v2016.07-aspeed-openbmc"
 SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https"