summaryrefslogtreecommitdiff
path: root/meta-aspeed/recipes-bsp
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2020-08-06 04:30:43 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-08-07 03:20:39 +0300
commitd610bb00c39e8f73f66bf5d8d3fa491c1c9cb9d4 (patch)
tree69fbe57c42ec24d5ae817e37ed7870409537a72a /meta-aspeed/recipes-bsp
parent444ae12fc195259937271e43c17958380171b142 (diff)
downloadopenbmc-d610bb00c39e8f73f66bf5d8d3fa491c1c9cb9d4.tar.xz
u-boot-aspeed: Fix DTC build
Zane reported that gcc 10 will fail to build the branch. This is the upstream fix. Peter Robinson (1): Remove redundant YYLOC global declaration (From meta-aspeed rev: 6630a1310fd9b17abdd8fca73f5c22fc346f9c8a) Change-Id: Ie72bb58c5c7684e42951e80ce6f80e98ef4f15fe Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-aspeed/recipes-bsp')
-rw-r--r--meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc b/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc
index 8e0ad65f3..8df836c05 100644
--- a/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc
+++ b/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc
@@ -8,7 +8,7 @@ PE = "1"
# We use the revision in order to avoid having to fetch it from the
# repo during parse
-SRCREV = "09e0e88ee0e79e9fa967ac1fa03f589a5d7eface"
+SRCREV = "541ca84e50a51e7cfbd83c96cbf659a85b3ee0df"
SRC_URI = "git://git@github.com/openbmc/u-boot.git;nobranch=1;protocol=https"