summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-08-09 08:58:17 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-08-16 15:17:06 +0200
commitdac5457dc697bf65d96a4c19eb6cd051a99dd579 (patch)
tree342b817191f649a337129ea87d4fa84085598312
parent3145e5c99680f9483fb72ef71e9d1f732a10267f (diff)
verdin-am62: drop last use of use-mainline-bsp
For non NXP SoM we decided to directly use the `upstream` override specified in the distro. Fix the last occurrence of `use-mainline-bsp`. Related-to: ELB-5331 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--conf/machine/verdin-am62.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/verdin-am62.conf b/conf/machine/verdin-am62.conf
index 1f9357a..41dc30a 100644
--- a/conf/machine/verdin-am62.conf
+++ b/conf/machine/verdin-am62.conf
@@ -45,7 +45,7 @@ KERNEL_IMAGETYPES = "fitImage Image Image.gz"
# overlays applied by generated overlays.txt
TEZI_EXTERNAL_KERNEL_DEVICETREE_BOOT = "verdin-am62_dsi-to-hdmi_overlay.dtbo verdin-am62_spidev_overlay.dtbo"
-TEZI_EXTERNAL_KERNEL_DEVICETREE_BOOT:use-mainline-bsp = ""
+TEZI_EXTERNAL_KERNEL_DEVICETREE_BOOT:upstream = ""
UBOOT_CONFIG ??= "sd"
UBOOT_CONFIG[sd] = "verdin-am62_a53_defconfig,sdcard"