summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/am57xx.inc
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-01-03 13:00:11 -0600
committerRyan Eatmon <reatmon@ti.com>2023-01-24 12:50:06 -0600
commita46edd771af72adf2453b436419088eca2546094 (patch)
tree0e8daed119eff3a3415d63ebc5bb60cc2aea05ad /meta-ti-bsp/conf/machine/include/am57xx.inc
parent54087fb0eaa9cd3086d07c21b30439fee7aa8410 (diff)
downloadmeta-ti-a46edd771af72adf2453b436419088eca2546094.tar.gz
meta-ti-bsp: Add am57xx.inc allowing use of SoC name over full EVM name
In many spots we have to use the full EVM name for each EVM using the AM57x SoC leading to missed features on some EVMs. Add the am57xx name so we can generically add for AM57x. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/am57xx.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/am57xx.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am57xx.inc b/meta-ti-bsp/conf/machine/include/am57xx.inc
new file mode 100644
index 00000000..6c52883b
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/include/am57xx.inc
@@ -0,0 +1,5 @@
1require conf/machine/include/omap-a15.inc
2SOC_FAMILY:append = ":dra7xx"
3SOC_FAMILY:append = ":am57xx"
4
5MACHINE_FEATURES += "pci"