summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2023-07-13 14:37:02 -0500
committerRyan Eatmon <reatmon@ti.com>2023-07-18 08:23:52 -0500
commita656575ecd6b5e482ba7fa218bed6b77a66b0d37 (patch)
treeff94889c0ab9274b79a4bb56365ce82fc8cd51b1
parent660a69378545f7f3edbb9e7fa6d97be9b16494b3 (diff)
downloadmeta-ti-a656575ecd6b5e482ba7fa218bed6b77a66b0d37.tar.gz
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>
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-lp-evm.conf2
-rw-r--r--meta-ti-bsp/conf/machine/include/am62xx-lp.inc15
2 files changed, 1 insertions, 16 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
5require conf/machine/include/am62xx-lp.inc 5require conf/machine/include/am62xx.inc
6 6
7KERNEL_DEVICETREE_PREFIX = " \ 7KERNEL_DEVICETREE_PREFIX = " \
8 ti/k3-am62-lp \ 8 ti/k3-am62-lp \
diff --git a/meta-ti-bsp/conf/machine/include/am62xx-lp.inc b/meta-ti-bsp/conf/machine/include/am62xx-lp.inc
deleted file mode 100644
index f3fe944b..00000000
--- a/meta-ti-bsp/conf/machine/include/am62xx-lp.inc
+++ /dev/null
@@ -1,15 +0,0 @@
1require conf/machine/include/k3.inc
2SOC_FAMILY:append = ":am62xx"
3
4MACHINE_FEATURES += "screen touchscreen"
5
6TFA_K3_SYSTEM_SUSPEND = "1"
7
8# Default tiboot3.bin on AM62x LP is for HS-FS
9IMAGE_BOOT_FILES += "tiboot3-am62x-hs-fs-evm.bin"
10
11# Since default tiboot3.bin on AM62x LP is for HS-FS, add a version for HS-SE
12IMAGE_BOOT_FILES += "tiboot3-am62x-hs-evm.bin"
13
14TFA_BOARD = "lite"
15OPTEEMACHINE = "k3-am62x"