summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2018-12-05 23:46:00 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-12-06 16:42:51 +0000
commit735bfcf3d19b489fc0a42abf5226e3ea3c0f7da3 (patch)
tree691d2add32ffcc3b9a8d44153420862514d42290 /recipes-kernel
parente7c5bab7a43d8225e3408ebf09643cf04d32cb2a (diff)
downloadmeta-ti-735bfcf3d19b489fc0a42abf5226e3ea3c0f7da3.tar.gz
linux: cmem: add am574x injection for am57xx-hs-evm
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/cmem.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/cmem.inc b/recipes-kernel/linux/cmem.inc
index b17ca9dd..0327557f 100644
--- a/recipes-kernel/linux/cmem.inc
+++ b/recipes-kernel/linux/cmem.inc
@@ -3,7 +3,7 @@
3# Use these for temporary overrides 3# Use these for temporary overrides
4CMEM_MACHINE = "${MACHINE}" 4CMEM_MACHINE = "${MACHINE}"
5CMEM_MACHINE_am57xx-evm = "am571x am572x am574x" 5CMEM_MACHINE_am57xx-evm = "am571x am572x am574x"
6CMEM_MACHINE_am57xx-hs-evm = "am571x am572x" 6CMEM_MACHINE_am57xx-hs-evm = "am571x am572x am574x"
7CMEM_MACHINE_dra7xx-evm = "dra71x dra72x dra74x" 7CMEM_MACHINE_dra7xx-evm = "dra71x dra72x dra74x"
8CMEM_MACHINE_dra7xx-hs-evm = "dra71x dra72x dra74x" 8CMEM_MACHINE_dra7xx-hs-evm = "dra71x dra72x dra74x"
9 9