diff options
| author | Nishanth Menon <[email protected]> | 2023-08-25 13:02:49 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-09-08 10:07:11 -0400 |
| commit | 8b7b16f0e2b8f319b27e5bd90e236a540e5564ba (patch) | |
| tree | 653d3831052b3acc99db2e360e3c772f2c68aa30 /include | |
| parent | fb2b32059328d284660c0db3e08acd4218c54c9f (diff) | |
include: configs: am62x_evm: Drop unused SDRAM address
Drop unused macro. This was meant for a second region of DDR which we
do not need for AM62x evm configurations.
Tested-by: Mattijs Korpershoek <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/am62x_evm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/am62x_evm.h b/include/configs/am62x_evm.h index 44180dc7687..379e0c13a39 100644 --- a/include/configs/am62x_evm.h +++ b/include/configs/am62x_evm.h @@ -12,9 +12,6 @@ #include <config_distro_bootcmd.h> #include <env/ti/mmc.h> -/* DDR Configuration */ -#define CFG_SYS_SDRAM_BASE1 0x880000000 - /* Now for the remaining common defines */ #include <configs/ti_armv7_common.h> |
