From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lokesh Vutla Date: Wed, 5 Aug 2020 19:30:47 +0530 Subject: [PATCH v2 12/18] board: ti: j7200: Introduce support for j7200 build targets In-Reply-To: <6138f60e-6a60-e648-7b82-a0eb4e9ca124@ti.com> References: <20200727094543.28484-1-lokeshvutla@ti.com> <20200727094543.28484-13-lokeshvutla@ti.com> <6138f60e-6a60-e648-7b82-a0eb4e9ca124@ti.com> Message-ID: <6c0558c3-83c0-ddfc-e558-af3ddd3d253a@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/08/20 2:20 pm, Vignesh Raghavendra wrote: > Hi > > On 27/07/20 3:15 pm, Lokesh Vutla wrote: >> j7200-evm has minor differences with j721e-evm based on the IPs >> available in the SoC. Introduce separate build targets for j7200-evm >> to incorporate the differences. >> >> Signed-off-by: Lokesh Vutla >> --- >> board/ti/j721e/Kconfig | 53 ++++++++++++++++++++++++++++++++++++++++++ >> 1 file changed, 53 insertions(+) >> >> diff --git a/board/ti/j721e/Kconfig b/board/ti/j721e/Kconfig >> index e56dc53bfa..2cbe2b2481 100644 >> --- a/board/ti/j721e/Kconfig >> +++ b/board/ti/j721e/Kconfig >> @@ -27,6 +27,26 @@ config TARGET_J721E_R5_EVM >> imply SYS_K3_SPL_ATF >> imply TI_I2C_BOARD_DETECT >> >> +config TARGET_J7200_A72_EVM >> + bool "TI K3 based J7200 EVM running on A72" >> + select ARM64 >> + select SOC_K3_J721E >> + select BOARD_LATE_INIT >> + imply TI_I2C_BOARD_DETECT >> + select SYS_DISABLE_DCACHE_OPS >> + > > I don't see update to: > > include/configs/j721e_evm.h 23 #ifdef CONFIG_TARGET_J721E_A72_EVM > include/configs/j721e_evm.h 130 #ifdef CONFIG_TARGET_J721E_A72_EVM > > Don't we need to update j721e_evm.h with TARGET_J7200_A72_EVM? You are right. Will fix in v2. Thanks and regards, Lokesh