diff options
author | Praneeth Bajjuri | 2023-07-13 14:37:02 -0500 |
---|---|---|
committer | Ryan Eatmon | 2023-07-13 15:56:15 -0500 |
commit | 6e0c3fe56e2c792a33e61802d0433ed7f7759af1 (patch) | |
tree | c3b3a69f79386f31f4be87b9b477240d038af1f7 /meta-ti-bsp/conf/machine/am62xx-lp-evm.conf | |
parent | 30c3aed3641c80f514801fce33baa502d1bc508c (diff) | |
download | meta-ti-6e0c3fe56e2c792a33e61802d0433ed7f7759af1.tar.gz meta-ti-6e0c3fe56e2c792a33e61802d0433ed7f7759af1.tar.xz meta-ti-6e0c3fe56e2c792a33e61802d0433ed7f7759af1.zip |
meta-ti: conf: am62xx-lp-evm: Use common include am62xx.inc
commit 5f9be228390b ("machine: Add AM62Q HS-SE evm configuration")
has added am62xx-lp.inc which is used by am62xx-lp-evm machine.
The features listed in am62xx.inc are common between machines
am62xx-evm and am62xx-lp-evm. (Ex: MACHINE_FEATURES = "gpu")
Hence updating the necessary include file to have
common features to be enabled between these two platform variants.
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Suggested-by: Randolph Sapp <rs@ti.com>
Reviewed-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/am62xx-lp-evm.conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/am62xx-lp-evm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf index 1f1b47ba..5c235c29 100644 --- a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf +++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf | |||
@@ -2,7 +2,7 @@ | |||
2 | #@NAME: AM62XX LP EVM | 2 | #@NAME: AM62XX LP EVM |
3 | #@DESCRIPTION: Machine configuration for the TI AM62XX LP EVM | 3 | #@DESCRIPTION: Machine configuration for the TI AM62XX LP EVM |
4 | 4 | ||
5 | require conf/machine/include/am62xx-lp.inc | 5 | require conf/machine/include/am62xx.inc |
6 | 6 | ||
7 | KERNEL_DEVICETREE_PREFIX = " \ | 7 | KERNEL_DEVICETREE_PREFIX = " \ |
8 | ti/k3-am62-lp \ | 8 | ti/k3-am62-lp \ |