summaryrefslogtreecommitdiff
path: root/meta-openbmc-bsp
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-02-20 08:47:22 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-02-23 21:43:40 +0300
commit2fbe1fea0acc6e914b5a0badbabfd6cad7b75c75 (patch)
treeb1f61a679a7ee1348f69c8032e5677edcac07459 /meta-openbmc-bsp
parentd1ba4e535e6a70d4a9faad28b1b3db299f637aa4 (diff)
downloadopenbmc-2fbe1fea0acc6e914b5a0badbabfd6cad7b75c75.tar.xz
u-boot: Drop bootcmd support for legacy images
This u-boot bump contains one patch: Brad Bishop (1): aspeed: Drop bootcmd support for legacy images Rebase out of tree Witherspoon patches. Change-Id: Ie8f4453a9d88823d7a97b9cd172089ead045024d Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-openbmc-bsp')
-rw-r--r--meta-openbmc-bsp/meta-aspeed/common/recipes-bsp/u-boot/u-boot-common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openbmc-bsp/meta-aspeed/common/recipes-bsp/u-boot/u-boot-common.inc b/meta-openbmc-bsp/meta-aspeed/common/recipes-bsp/u-boot/u-boot-common.inc
index 8e278bdff..054933057 100644
--- a/meta-openbmc-bsp/meta-aspeed/common/recipes-bsp/u-boot/u-boot-common.inc
+++ b/meta-openbmc-bsp/meta-aspeed/common/recipes-bsp/u-boot/u-boot-common.inc
@@ -7,7 +7,7 @@ PE = "1"
# We use the revision in order to avoid having to fetch it from the
# repo during parse
-SRCREV = "7fb88a88d08c19b0e6f88c0a484ab001a4476a27"
+SRCREV = "e4c85cd4de96bfdff7b614731a044db11815ff0c"
UBRANCH = "v2016.07-aspeed-openbmc"
SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https"