diff options
author | 2021-12-15 16:11:00 -0500 | |
---|---|---|
committer | 2021-12-15 15:21:36 -0600 | |
commit | 09741461f6c24147834c4d25394d720d7a0bd584 (patch) | |
tree | f788a8af44d3774ec1d0b8a24a9719413f27faf9 | |
parent | a2df9cee2b75c2b418c0ff90497b293c2069cf78 (diff) | |
download | meta-ti-09741461f6c24147834c4d25394d720d7a0bd584.tar.gz meta-ti-09741461f6c24147834c4d25394d720d7a0bd584.tar.bz2 meta-ti-09741461f6c24147834c4d25394d720d7a0bd584.zip |
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>
-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 @@ #@NAME: J7200 HS EVM #@DESCRIPTION: Machine configuration for the TI J7200 HS EVM -require conf/machine/j7-evm.conf +require conf/machine/j7200-evm.conf UBOOT_MACHINE = "j7200_hs_evm_a72_defconfig" |