diff options
Diffstat (limited to 'meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf new file mode 100644 index 00000000..d6d4b1e3 --- /dev/null +++ b/meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf | |||
@@ -0,0 +1,14 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: AM65xx HS EVM (R5F) | ||
3 | #@DESCRIPTION: Machine configuration for the TI AM65xx HS EVM (R5F core) | ||
4 | |||
5 | require conf/machine/include/k3r5.inc | ||
6 | |||
7 | SYSFW_SOC = "am65x" | ||
8 | SYSFW_CONFIG = "evm" | ||
9 | SYSFW_SUFFIX = "hs" | ||
10 | SYSFW_SYMLINK = "" | ||
11 | |||
12 | UBOOT_MACHINE = "am65x_hs_evm_r5_defconfig" | ||
13 | |||
14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}" | ||