summaryrefslogtreecommitdiff
path: root/meta-aspeed/recipes-bsp/u-boot/u-boot-aspeed-sdk_2019.04.bb
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2020-01-28 09:42:44 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-03-17 17:03:07 +0300
commit1a04b621baf9585f0021eb939b4b2f560563c654 (patch)
tree3bc41ac6a942d36a894c028a2b7bce5fcd42b101 /meta-aspeed/recipes-bsp/u-boot/u-boot-aspeed-sdk_2019.04.bb
parent38642242445c33ace515302e24c95bbc31eeb2f7 (diff)
downloadopenbmc-1a04b621baf9585f0021eb939b4b2f560563c654.tar.xz
u-boot-sdk: Use OpenBMC fork
This is a fork that is based on ASPEED's 2019.04 SDK fork. The goal is to move to a mainline based tree, but while that work is underway, this allows ast2600 support to move forward. This gains support for NC-SI, and uses kconfig for the default boot command allowing us to drop the patch to aspeed-common.h. Machines will need to indicate which device tree to use. If possible we should look to having a few common device trees, but for now they are machine specific. The AST2600 is configured to use the ast2600a1-evb device tree, which will also work on the a0 variant. (From meta-aspeed rev: 22ccf4648a776c458300c97a6d001a843b2b5c9b) Change-Id: Ib21dc9962761aac3f3148fe4908439b975545e1e 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-aspeed-sdk_2019.04.bb')
-rw-r--r--meta-aspeed/recipes-bsp/u-boot/u-boot-aspeed-sdk_2019.04.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-aspeed/recipes-bsp/u-boot/u-boot-aspeed-sdk_2019.04.bb b/meta-aspeed/recipes-bsp/u-boot/u-boot-aspeed-sdk_2019.04.bb
index fe8533859..491068520 100644
--- a/meta-aspeed/recipes-bsp/u-boot/u-boot-aspeed-sdk_2019.04.bb
+++ b/meta-aspeed/recipes-bsp/u-boot/u-boot-aspeed-sdk_2019.04.bb
@@ -1,6 +1,6 @@
require u-boot-common-aspeed-sdk_${PV}.inc
-UBOOT_MAKE_TARGET ?= "u-boot.${UBOOT_SUFFIX}"
+UBOOT_MAKE_TARGET ?= "u-boot.${UBOOT_SUFFIX} DEVICE_TREE=${UBOOT_DEVICETREE}"
require recipes-bsp/u-boot/u-boot.inc