summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-04-06 11:38:14 -0500
committerTom Rini <trini@konsulko.com>2023-04-24 13:18:47 -0400
commitb4d10f0ae593402ac077c3fc9d34bf3c05dd439d (patch)
tree498afe12a971af75ff1345841192d3518e2b5b7e /include/configs
parentf5216cf986fe3364a9a046781db31f1aa039a072 (diff)
downloadu-boot-b4d10f0ae593402ac077c3fc9d34bf3c05dd439d.tar.gz
configs: j721s2_evm.h: Remove refrences to J7200 EVM
The J7200 EVM will not include this file, this J7200 checks look to be a copy/paste errora from j721e_evm.h, which J7200 *can* include. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/j721s2_evm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/j721s2_evm.h b/include/configs/j721s2_evm.h
index 2fa93b7961..1e0da9f96c 100644
--- a/include/configs/j721s2_evm.h
+++ b/include/configs/j721s2_evm.h
@@ -16,7 +16,7 @@
#define CFG_SYS_SDRAM_BASE1 0x880000000
/* SPL Loader Configuration */
-#if defined(CONFIG_TARGET_J721S2_A72_EVM) || defined(CONFIG_TARGET_J7200_A72_EVM)
+#if defined(CONFIG_TARGET_J721S2_A72_EVM)
#define CFG_SYS_UBOOT_BASE 0x50280000
/* Image load address in RAM for DFU boot*/
#else