summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
diff options
context:
space:
mode:
authorParesh Bhagat <p-bhagat@ti.com>2023-03-20 11:24:05 +0000
committerRyan Eatmon <reatmon@ti.com>2023-03-21 13:03:29 -0500
commit129b52b0fdd374c62a40899843a6433d44705775 (patch)
tree9d6fa15d2e48a4c760a84c3ff79abf49e59104e5 /meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
parent0288443726ba9969e2732d8e47e68cf30e99d75e (diff)
downloadmeta-ti-129b52b0fdd374c62a40899843a6433d44705775.tar.gz
machine: Add am62axx evm configuration
Lets add the basic AM62Axx-evm configuration. - Add configurations. - Add firmware overrides. - Add u-boot overrides. - Add tifs-lpm-stub. - Add cnm-wave-fw. Signed-off-by: Sai Sree Kartheek Adivi <s-adivi@ti.com> Signed-off-by: Paresh Bhagat <p-bhagat@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc')
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
index 8c7bf9dd..1eca5c00 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
@@ -37,6 +37,7 @@ PACKAGECONFIG:append:j7200 = " dm"
37PACKAGECONFIG:append:j721s2 = " dm" 37PACKAGECONFIG:append:j721s2 = " dm"
38PACKAGECONFIG:append:j784s4 = " dm" 38PACKAGECONFIG:append:j784s4 = " dm"
39PACKAGECONFIG:append:am62xx = " dm" 39PACKAGECONFIG:append:am62xx = " dm"
40PACKAGECONFIG:append:am62axx = " dm"
40 41
41COMPATIBLE_MACHINE = "(ti-soc)" 42COMPATIBLE_MACHINE = "(ti-soc)"
42 43