summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-q71l
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2021-04-13 22:14:48 +0300
committerPatrick Venture <venture@google.com>2021-04-15 21:47:47 +0300
commitbcbb19e38efd6b2df28173aae1a72df71dc3baa0 (patch)
treed0cb8fe1d64f1c4b8a319217b9a253fe8975cbb8 /meta-quanta/meta-q71l
parent495d12301e60c53bfdffdbe36ca6ca562692a114 (diff)
downloadopenbmc-bcbb19e38efd6b2df28173aae1a72df71dc3baa0.tar.xz
meta-quanta: q71l: fix uboot config
Fix the uboot config to always apply because the palmetto machine override is no longer set. Tested: With companion layers patch was able to build. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ifc16e06a0906d5530a8ccfbe2a15dcc8d9fa9296
Diffstat (limited to 'meta-quanta/meta-q71l')
-rw-r--r--meta-quanta/meta-q71l/conf/machine/quanta-q71l.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-quanta/meta-q71l/conf/machine/quanta-q71l.conf b/meta-quanta/meta-q71l/conf/machine/quanta-q71l.conf
index 05ebc8262..2bcaeaaa1 100644
--- a/meta-quanta/meta-q71l/conf/machine/quanta-q71l.conf
+++ b/meta-quanta/meta-q71l/conf/machine/quanta-q71l.conf
@@ -4,7 +4,7 @@ KERNEL_DEVICETREE = "${KMACHINE}-bmc-${MACHINE}.dtb"
require conf/machine/include/ast2400.inc
require conf/machine/include/obmc-bsp-common.inc
-UBOOT_MACHINE_palmetto = "ast_g4_ncsi_config"
+UBOOT_MACHINE = "ast_g4_ncsi_config"
UBOOT_ENTRYPOINT = "0x40008000"
UBOOT_LOADADDRESS = "0x40008000"