summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r--meta-ti-bsp/conf/machine/am62axx-evm.conf2
-rw-r--r--meta-ti-bsp/conf/machine/am62pxx-evm.conf2
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-evm.conf2
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-lp-evm.conf2
-rw-r--r--meta-ti-bsp/conf/machine/am62xxsip-evm.conf2
5 files changed, 10 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am62axx-evm.conf b/meta-ti-bsp/conf/machine/am62axx-evm.conf
index a5d41856..faeb34a9 100644
--- a/meta-ti-bsp/conf/machine/am62axx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62axx-evm.conf
@@ -20,4 +20,6 @@ KERNEL_DEVICETREE = " \
20 ti/k3-am62x-sk-hdmi-audio.dtbo \ 20 ti/k3-am62x-sk-hdmi-audio.dtbo \
21" 21"
22 22
23FIT_CONF_DEFAULT_DTB = "ti/k3-am62a7-sk.dtb"
24
23UBOOT_MACHINE = "am62ax_evm_a53_defconfig" 25UBOOT_MACHINE = "am62ax_evm_a53_defconfig"
diff --git a/meta-ti-bsp/conf/machine/am62pxx-evm.conf b/meta-ti-bsp/conf/machine/am62pxx-evm.conf
index bb3c34a3..09f0d1fb 100644
--- a/meta-ti-bsp/conf/machine/am62pxx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62pxx-evm.conf
@@ -21,6 +21,8 @@ KERNEL_DEVICETREE = " \
21 ti/k3-am62x-sk-hdmi-audio.dtbo \ 21 ti/k3-am62x-sk-hdmi-audio.dtbo \
22" 22"
23 23
24FIT_CONF_DEFAULT_DTB = "ti/k3-am62p5-sk.dtb"
25
24UBOOT_MACHINE = "am62px_evm_a53_defconfig" 26UBOOT_MACHINE = "am62px_evm_a53_defconfig"
25 27
26# UBOOT_CONFIG_FRAGMENTS holds the list of u-boot config fragments which has to be build 28# UBOOT_CONFIG_FRAGMENTS holds the list of u-boot config fragments which has to be build
diff --git a/meta-ti-bsp/conf/machine/am62xx-evm.conf b/meta-ti-bsp/conf/machine/am62xx-evm.conf
index bf2b4a6b..c826439b 100644
--- a/meta-ti-bsp/conf/machine/am62xx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-evm.conf
@@ -31,4 +31,6 @@ KERNEL_DEVICETREE = " \
31 ti/k3-am62x-sk-hdmi-audio.dtbo \ 31 ti/k3-am62x-sk-hdmi-audio.dtbo \
32" 32"
33 33
34FIT_CONF_DEFAULT_DTB = "ti/k3-am625-sk.dtb"
35
34UBOOT_MACHINE = "am62x_evm_a53_defconfig" 36UBOOT_MACHINE = "am62x_evm_a53_defconfig"
diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
index 5a332b58..32d9eb31 100644
--- a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
@@ -22,4 +22,6 @@ KERNEL_DEVICETREE = " \
22 ti/k3-am62x-sk-hdmi-audio.dtbo \ 22 ti/k3-am62x-sk-hdmi-audio.dtbo \
23" 23"
24 24
25FIT_CONF_DEFAULT_DTB = "ti/k3-am62-lp-sk.dtb"
26
25UBOOT_MACHINE = "am62x_lpsk_a53_defconfig" 27UBOOT_MACHINE = "am62x_lpsk_a53_defconfig"
diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
index 8104329e..2ca2cbdb 100644
--- a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
@@ -13,6 +13,8 @@ KERNEL_DEVICETREE = " \
13 ti/k3-am625-sk.dtb \ 13 ti/k3-am625-sk.dtb \
14" 14"
15 15
16FIT_CONF_DEFAULT_DTB = "ti/k3-am625-sk.dtb"
17
16UBOOT_MACHINE = "am62xsip_evm_a53_defconfig" 18UBOOT_MACHINE = "am62xsip_evm_a53_defconfig"
17 19
18UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_a53_defconfig" 20UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_a53_defconfig"