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-07-30 10:00:09 +0300
committerAndrew Geissler <geissonator@yahoo.com>2019-07-31 15:47:34 +0300
commita6b31b075cef32addd828b02c94e2b305fc48a60 (patch)
tree0d9fdf83cc7813ca1248260b076f2ddc6e89c9f4 /meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc
parentdd755025e33af27b059ea7ef3afbe850e4880b08 (diff)
downloadopenbmc-a6b31b075cef32addd828b02c94e2b305fc48a60.tar.xz
aspeed: u-boot: Fix SDK booting on systems with lots of RAM
This patch is required to boot on the ast2600evb which has 2GB of RAM. It has been submitted to aspeed for inclusion in their tree. (From meta-aspeed rev: 229a6556b33641bdfc770eb9566b3db3ce01354c) Change-Id: Ic2605f6634c82bcf8c1f0d5e166fea88ff7722d4 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.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.inc1
1 files changed, 1 insertions, 0 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 91b0d0042..bdcb7fb13 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
@@ -12,6 +12,7 @@ SRCREV = "baa29d5ecc47e6b32a3422c897dcbe30e7209e2b"
UBRANCH = "aspeed-master-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"