diff options
Diffstat (limited to 'conf/machine/include/ti-soc.inc')
-rw-r--r-- | conf/machine/include/ti-soc.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/include/ti-soc.inc b/conf/machine/include/ti-soc.inc new file mode 100644 index 00000000..227d8972 --- /dev/null +++ b/conf/machine/include/ti-soc.inc | |||
@@ -0,0 +1,4 @@ | |||
1 | # This is a generic TI SOC family. It is a superset of all other SOCs | ||
2 | # and platforms defined in meta-ti to allow BSP-level overrides. | ||
3 | SOC_FAMILY = "ti-soc" | ||
4 | require conf/machine/include/soc-family.inc | ||