From 89cb44409dcebdc293d625fc89b5046415e479a3 Mon Sep 17 00:00:00 2001 From: Yogesh Siraswar Date: Fri, 10 Dec 2021 00:38:17 +0000 Subject: [PATCH] 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 --- conf/machine/j7200-hs-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"