summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYogesh Siraswar <yogeshs@ti.com>2021-12-10 00:38:17 +0000
committerYogesh Siraswar <yogeshs@ti.com>2021-12-10 03:14:28 +0000
commit89cb44409dcebdc293d625fc89b5046415e479a3 (patch)
treeb47300fca161a1b69b45cfd917a920b7645941f9
parentd29025f7e868bea6299b55caf78e684fc647be33 (diff)
downloadmeta-ti-89cb44409dcebdc293d625fc89b5046415e479a3.tar.gz
conf: j7200-hs: fix the wrong machine configuration included
j7-evm instead of j7200-evm was included causing boot failure Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
-rw-r--r--conf/machine/j7200-hs-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/j7200-hs-evm.conf b/conf/machine/j7200-hs-evm.conf
index c55be005..a5bd637e 100644
--- a/conf/machine/j7200-hs-evm.conf
+++ b/conf/machine/j7200-hs-evm.conf
@@ -2,7 +2,7 @@
2#@NAME: J7200 HS EVM 2#@NAME: J7200 HS EVM
3#@DESCRIPTION: Machine configuration for the TI J7200 HS EVM 3#@DESCRIPTION: Machine configuration for the TI J7200 HS EVM
4 4
5require conf/machine/j7-evm.conf 5require conf/machine/j7200-evm.conf
6 6
7UBOOT_MACHINE = "j7200_hs_evm_a72_defconfig" 7UBOOT_MACHINE = "j7200_hs_evm_a72_defconfig"
8 8