diff options
author | Andrew Davis <afd@ti.com> | 2022-03-25 13:41:49 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-03-29 07:33:57 -0500 |
commit | 531fd1af2333fe831c70a88e7f592a11a58bf94d (patch) | |
tree | 55a34654fb984d2a7fccb5e320d0a066b80d4ae6 /meta-ti-bsp/conf/machine/j721e-evm.conf | |
parent | 8cc837d2384d441e56b5006acf9b60503a0a5c8c (diff) | |
download | meta-ti-531fd1af2333fe831c70a88e7f592a11a58bf94d.tar.gz |
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 <afd@ti.com>
Tested-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/j721e-evm.conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/j721e-evm.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-ti-bsp/conf/machine/j721e-evm.conf b/meta-ti-bsp/conf/machine/j721e-evm.conf index 12d4fecb..fe28e6f5 100644 --- a/meta-ti-bsp/conf/machine/j721e-evm.conf +++ b/meta-ti-bsp/conf/machine/j721e-evm.conf | |||
@@ -2,9 +2,7 @@ | |||
2 | #@NAME: J721e EVM | 2 | #@NAME: J721e EVM |
3 | #@DESCRIPTION: Machine configuration for the TI J721e EVM | 3 | #@DESCRIPTION: Machine configuration for the TI J721e EVM |
4 | 4 | ||
5 | require conf/machine/include/j7.inc | 5 | require conf/machine/include/j721e.inc |
6 | |||
7 | MACHINE_FEATURES += "gpu" | ||
8 | 6 | ||
9 | SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS3" | 7 | SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS3" |
10 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 8 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |