diff options
author | Andrew Davis <afd@ti.com> | 2023-01-20 01:40:45 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-01-24 12:51:24 -0600 |
commit | 7cd8114bb0f646225fd4cafc3c699a73caa6dc0e (patch) | |
tree | 21f81c9417d510994bb1308a31899f7aa14f3113 /meta-ti-bsp/conf/machine/j784s4-evm.conf | |
parent | 5e082976b9e1458a0052dcd3a89b241b0fce4feb (diff) | |
download | meta-ti-7cd8114bb0f646225fd4cafc3c699a73caa6dc0e.tar.gz |
conf: machine: j784s4: Move common defines into j784s4.inc
Like we do with J721e, J7200, and J721s2, use a SoC header include file
to define common properties. This eases adding new boards based on these
SoC.
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/j784s4-evm.conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/j784s4-evm.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-ti-bsp/conf/machine/j784s4-evm.conf b/meta-ti-bsp/conf/machine/j784s4-evm.conf index 96acca13..10d8aad0 100644 --- a/meta-ti-bsp/conf/machine/j784s4-evm.conf +++ b/meta-ti-bsp/conf/machine/j784s4-evm.conf | |||
@@ -2,9 +2,7 @@ | |||
2 | #@NAME: J784S4 EVM | 2 | #@NAME: J784S4 EVM |
3 | #@DESCRIPTION: Machine configuration for the TI J784S4 EVM | 3 | #@DESCRIPTION: Machine configuration for the TI J784S4 EVM |
4 | 4 | ||
5 | require conf/machine/include/j7.inc | 5 | require conf/machine/include/j784s4.inc |
6 | |||
7 | MACHINE_FEATURES += "gpu" | ||
8 | 6 | ||
9 | SERIAL_CONSOLES = "115200;ttyS2" | 7 | SERIAL_CONSOLES = "115200;ttyS2" |
10 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 8 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |