diff options
Diffstat (limited to 'conf/machine/am62xx-lp-evm-k3r5-hs-fs.conf')
-rw-r--r-- | conf/machine/am62xx-lp-evm-k3r5-hs-fs.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/machine/am62xx-lp-evm-k3r5-hs-fs.conf b/conf/machine/am62xx-lp-evm-k3r5-hs-fs.conf new file mode 100644 index 00000000..0178fcfc --- /dev/null +++ b/conf/machine/am62xx-lp-evm-k3r5-hs-fs.conf | |||
@@ -0,0 +1,14 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: AM62xx LPSK HS-FS EVM (R5F) | ||
3 | #@DESCRIPTION: Machine configuration for the TI AM62xx LP HS-FS EVM (R5F core) | ||
4 | |||
5 | # Booting HS-FS requires different SYSFW, the rest is handled at runtime | ||
6 | |||
7 | require conf/machine/include/k3r5.inc | ||
8 | SOC_FAMILY_append = ":k3r5-hs-fs" | ||
9 | |||
10 | SYSFW_SOC = "am62x" | ||
11 | SYSFW_CONFIG = "evm" | ||
12 | SYSFW_SUFFIX = "hs-fs" | ||
13 | |||
14 | UBOOT_MACHINE = "am62x_lpsk_r5_defconfig" | ||