diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2018-12-05 23:46:00 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-12-06 16:42:51 +0000 |
commit | 735bfcf3d19b489fc0a42abf5226e3ea3c0f7da3 (patch) | |
tree | 691d2add32ffcc3b9a8d44153420862514d42290 /recipes-kernel | |
parent | e7c5bab7a43d8225e3408ebf09643cf04d32cb2a (diff) | |
download | meta-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.inc | 2 |
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 |
4 | CMEM_MACHINE = "${MACHINE}" | 4 | CMEM_MACHINE = "${MACHINE}" |
5 | CMEM_MACHINE_am57xx-evm = "am571x am572x am574x" | 5 | CMEM_MACHINE_am57xx-evm = "am571x am572x am574x" |
6 | CMEM_MACHINE_am57xx-hs-evm = "am571x am572x" | 6 | CMEM_MACHINE_am57xx-hs-evm = "am571x am572x am574x" |
7 | CMEM_MACHINE_dra7xx-evm = "dra71x dra72x dra74x" | 7 | CMEM_MACHINE_dra7xx-evm = "dra71x dra72x dra74x" |
8 | CMEM_MACHINE_dra7xx-hs-evm = "dra71x dra72x dra74x" | 8 | CMEM_MACHINE_dra7xx-hs-evm = "dra71x dra72x dra74x" |
9 | 9 | ||