summaryrefslogtreecommitdiff
path: root/meta-aspeed/recipes-bsp
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2020-12-17 04:32:34 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-12-19 20:19:25 +0300
commit1ff803f1ee5b03299b0174c9005c7e8b75876715 (patch)
tree8e28d1069bb154b6ab2b6f2e1d63d3fd594b3559 /meta-aspeed/recipes-bsp
parentb5c2fac1cadbbc307d6518f73d969bbc9e1c697b (diff)
downloadopenbmc-1ff803f1ee5b03299b0174c9005c7e8b75876715.tar.xz
u-boot-aspeed: FIT and FDT fixes
Two backports from u-boot master relating to SPL signaturues, and a patch from Hongwei that was sent to the upstream list. Heiko Stuebner (2): spl: fit: select SPL_HASH_SUPPORT for SPL_FIT_SIGNATURE spl: fit: select SPL_CRYPTO_SUPPORT for SPL_FIT_SIGNATURE Hongwei Zhang (1): Common:fdt: Check for error return value (From meta-aspeed rev: e173b53d6d29d1489853379d78649f70420ca4c7) Change-Id: I1ad719b86de2a110fef44a27c584e74faedc5748 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 cd26d947b..9cf7ca1b2 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 = "07850c9dfcd720e7668c60e084b397ef78153dd9"
+SRCREV = "90a88ec328b2a9ee6b431217c466c72a32fde47b"
SRC_URI = "git://git@github.com/openbmc/u-boot.git;nobranch=1;protocol=https"