diff options
author | Yogesh Siraswar <yogeshs@ti.com> | 2021-12-15 16:11:00 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2021-12-15 15:21:36 -0600 |
commit | 09741461f6c24147834c4d25394d720d7a0bd584 (patch) | |
tree | f788a8af44d3774ec1d0b8a24a9719413f27faf9 /conf/machine | |
parent | a2df9cee2b75c2b418c0ff90497b293c2069cf78 (diff) | |
download | meta-ti-09741461f6c24147834c4d25394d720d7a0bd584.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>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/j7200-hs-evm.conf | 2 |
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 | ||
5 | require conf/machine/j7-evm.conf | 5 | require conf/machine/j7200-evm.conf |
6 | 6 | ||
7 | UBOOT_MACHINE = "j7200_hs_evm_a72_defconfig" | 7 | UBOOT_MACHINE = "j7200_hs_evm_a72_defconfig" |
8 | 8 | ||