summaryrefslogtreecommitdiff
path: root/meta-facebook
diff options
context:
space:
mode:
authorPotin Lai <potin.lai@quantatw.com>2022-02-18 05:06:41 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-02-22 21:06:51 +0300
commit18347729ae2ba32b7daf90dc48922b18ee18b73b (patch)
tree217310dea1d01ad19fc39a110d86d8725029322e /meta-facebook
parent5bcabe9b20218265147970a188d73ef0803d5984 (diff)
downloadopenbmc-18347729ae2ba32b7daf90dc48922b18ee18b73b.tar.xz
meta-bletchley: update u-boot devicetree
Switch u-boot devicetree to ast2600-bletchley This patch depend on the u-boot patch: https://patchwork.ozlabs.org/project/openbmc/patch/20220211005419.14454-1-potin.lai@quantatw.com/ Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: Ia9c53f7c27b29cab6f12fdb4e0e10c05bb055a2e
Diffstat (limited to 'meta-facebook')
-rw-r--r--meta-facebook/meta-bletchley/conf/machine/bletchley.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-facebook/meta-bletchley/conf/machine/bletchley.conf b/meta-facebook/meta-bletchley/conf/machine/bletchley.conf
index 174d3c57f3..c0df356fab 100644
--- a/meta-facebook/meta-bletchley/conf/machine/bletchley.conf
+++ b/meta-facebook/meta-bletchley/conf/machine/bletchley.conf
@@ -2,7 +2,7 @@ KMACHINE = "aspeed"
KERNEL_DEVICETREE = "${KMACHINE}-bmc-facebook-${MACHINE}.dtb"
UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
-UBOOT_DEVICETREE = "ast2600a1-evb"
+UBOOT_DEVICETREE = "ast2600-bletchley"
SPL_BINARY = "spl/u-boot-spl.bin"
SOCSEC_SIGN_ENABLE = "0"