summaryrefslogtreecommitdiff
path: root/conf/machine/verdin-am62.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-01-30 18:38:18 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2023-02-13 14:41:16 +0100
commite8aedf4d1dbd859dbffe8229084927035f76d0e1 (patch)
treea8ae775f2abcc22ea7c440e91bf5989941d615cc /conf/machine/verdin-am62.conf
parent00f273db8ec0d70b0d68449662850790d0d9b09e (diff)
verdin-am62: set u-boot provider and dtbs
Set u-boot-toradex-ti-staging as the U-Boot provider. Set the kernel device tree names to be built. Related-to: ELB-5012 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf/machine/verdin-am62.conf')
-rw-r--r--conf/machine/verdin-am62.conf10
1 files changed, 8 insertions, 2 deletions
diff --git a/conf/machine/verdin-am62.conf b/conf/machine/verdin-am62.conf
index 50e1d0c..2cbbdfe 100644
--- a/conf/machine/verdin-am62.conf
+++ b/conf/machine/verdin-am62.conf
@@ -8,10 +8,16 @@ MACHINE_NAME = "Verdin-AM62"
require conf/machine/include/am62xx.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-toradex-ti"
-PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
-PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex-ti-staging"
+PREFERRED_PROVIDER_u-boot = "u-boot-toradex-ti-staging"
KERNEL_DEVICETREE = " \
+ ti/k3-am625-verdin-nonwifi-dev.dtb \
+ ti/k3-am625-verdin-wifi-dev.dtb \
+"
+
+# keep deploying the am625-sk dtbs for now
+KERNEL_DEVICETREE:append = " \
ti/k3-am625-sk.dtb \
ti/k3-am625-skeleton.dtb \
ti/k3-am625-sk-lpmdemo.dtb \