summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/am62axx.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/am62axx.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/am62axx.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62axx.inc b/meta-ti-bsp/conf/machine/include/am62axx.inc
index 93a41d8d..e5f827a9 100644
--- a/meta-ti-bsp/conf/machine/include/am62axx.inc
+++ b/meta-ti-bsp/conf/machine/include/am62axx.inc
@@ -1,4 +1,6 @@
1require conf/machine/include/k3.inc 1require conf/machine/include/k3.inc
2require conf/machine/include/mc_k3r5.inc
3
2SOC_FAMILY:append = ":am62axx" 4SOC_FAMILY:append = ":am62axx"
3 5
4MACHINE_FEATURES += "screen touchscreen" 6MACHINE_FEATURES += "screen touchscreen"
@@ -8,9 +10,6 @@ TFA_K3_SYSTEM_SUSPEND = "1"
8# Default tiboot3.bin on AM62A is for HS-FS 10# Default tiboot3.bin on AM62A is for HS-FS
9IMAGE_BOOT_FILES += "tiboot3-am62ax-hs-fs-evm.bin" 11IMAGE_BOOT_FILES += "tiboot3-am62ax-hs-fs-evm.bin"
10 12
11# Since default tiboot3.bin on AM62A is for HS-FS, add a version for GP
12IMAGE_BOOT_FILES += "tiboot3-am62ax-gp-evm.bin"
13
14# Since default tiboot3.bin on AM62A is for HS-FS, add a version for HS-SE 13# Since default tiboot3.bin on AM62A is for HS-FS, add a version for HS-SE
15IMAGE_BOOT_FILES += "tiboot3-am62ax-hs-evm.bin" 14IMAGE_BOOT_FILES += "tiboot3-am62ax-hs-evm.bin"
16 15