diff options
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/am62xx-lp.inc')
-rw-r--r-- | meta-ti-bsp/conf/machine/include/am62xx-lp.inc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62xx-lp.inc b/meta-ti-bsp/conf/machine/include/am62xx-lp.inc deleted file mode 100644 index f3fe944b..00000000 --- a/meta-ti-bsp/conf/machine/include/am62xx-lp.inc +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | require conf/machine/include/k3.inc | ||
2 | SOC_FAMILY:append = ":am62xx" | ||
3 | |||
4 | MACHINE_FEATURES += "screen touchscreen" | ||
5 | |||
6 | TFA_K3_SYSTEM_SUSPEND = "1" | ||
7 | |||
8 | # Default tiboot3.bin on AM62x LP is for HS-FS | ||
9 | IMAGE_BOOT_FILES += "tiboot3-am62x-hs-fs-evm.bin" | ||
10 | |||
11 | # Since default tiboot3.bin on AM62x LP is for HS-FS, add a version for HS-SE | ||
12 | IMAGE_BOOT_FILES += "tiboot3-am62x-hs-evm.bin" | ||
13 | |||
14 | TFA_BOARD = "lite" | ||
15 | OPTEEMACHINE = "k3-am62x" | ||