From 531fd1af2333fe831c70a88e7f592a11a58bf94d Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Fri, 25 Mar 2022 13:41:49 -0500 Subject: meta-ti-bsp: add SoC families for the J7 SoCs This allows us to be more specific around what SoCs we support and lets us add features based on the SoC family not just at the EVM or whole J7family level. Signed-off-by: Andrew Davis Tested-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/include/j7200.inc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-ti-bsp/conf/machine/include/j7200.inc (limited to 'meta-ti-bsp/conf/machine/include/j7200.inc') diff --git a/meta-ti-bsp/conf/machine/include/j7200.inc b/meta-ti-bsp/conf/machine/include/j7200.inc new file mode 100644 index 00000000..ce88567c --- /dev/null +++ b/meta-ti-bsp/conf/machine/include/j7200.inc @@ -0,0 +1,2 @@ +require conf/machine/include/j7.inc +SOC_FAMILY:append = ":j7200" -- cgit v1.2.3-54-g00ecf