diff options
| author | Tom Rini <[email protected]> | 2023-04-24 18:09:22 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-04-24 18:09:22 -0400 |
| commit | 6a11fdf0536e02ac9cd4a3da0535a271c694715f (patch) | |
| tree | 62d981a576bc65234f7dc90c4e9d3102b85da582 /include | |
| parent | b646e1f69fca5d6a002be1f4e32fab00e140c091 (diff) | |
| parent | c0c56f64b301a4cf28b923f14f85a054d1e21ad1 (diff) | |
Merge branch '2023-04-24-TI-platform-updates'
- Merge in assorted K3 updates, and re-sync all of the device trees for
TI platforms with v6.3-rc6
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/j721s2_evm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/j721s2_evm.h b/include/configs/j721s2_evm.h index 2fa93b79614..1e0da9f96c5 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 |
