summaryrefslogtreecommitdiff
path: root/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2019-08-21 09:25:34 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-08-22 15:17:48 +0300
commit009aad16455be2d6f7c064c93bde7ffe843a1d14 (patch)
treeeffb9204fcf8973c5b1b510e49b46fd02edb7019 /meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc
parent0eee5304fc24fb19ae91151d8e9d5de5321c2478 (diff)
downloadopenbmc-009aad16455be2d6f7c064c93bde7ffe843a1d14.tar.xz
aspeed-u-boot-sdk: Bump to latest dev commit
This includes a fix to the bootm limit issue so the patch can be removed. It also addresses other issues, such as an updated SMP handshake and booting larger kernels. (From meta-aspeed rev: 921779183e3d57dbfddc9179f6b8fc413b453553) Change-Id: I5575ac0a7d0f72fa97b3aa6c580bdacc84ac619d Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc')
-rw-r--r--meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc5
1 files changed, 2 insertions, 3 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 7aa879cdf3..bef544851b 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,11 +8,10 @@ PE = "1"
# We use the revision in order to avoid having to fetch it from the
# repo during parse
-SRCREV = "d8ebf49e584e4e134bd8d1c445ef2da276a00e1a"
+SRCREV = "3d624802e82868bc5c2b6314cdff7499d8441761"
-UBRANCH = "aspeed-master-v2019.04"
+UBRANCH = "aspeed-dev-v2019.04"
SRC_URI = "git://github.com/AspeedTech-BMC/u-boot;branch=${UBRANCH};protocol=https"
-SRC_URI += "file://0001-aspeed-Limit-bootm-memory.patch"
S = "${WORKDIR}/git"