commit | a213289953addc09fe35b2ddf34e1cfb51cff697 | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Thu Nov 30 08:49:11 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 15 15:39:42 2023 -0500 |
tree | bc5b24633687da9c47d53a8fbd1ec6653525a7fb | |
parent | 58a277c207927530469f0ae56eff7d5f702d5486 [diff] |
board: ti: k3: Remove need for CFG_SYS_SDRAM_BASE The base address of extended DDR does not change across the K3 family. Setting this per SoC is not needed. Remove this definition to help remove the last bits from K3 include/configs/*.h files. Signed-off-by: Andrew Davis <afd@ti.com>