]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: ti: k3: Remove need for CFG_SYS_SDRAM_BASE
authorAndrew Davis <afd@ti.com>
Thu, 30 Nov 2023 14:49:11 +0000 (08:49 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 15 Dec 2023 20:39:42 +0000 (15:39 -0500)
commita213289953addc09fe35b2ddf34e1cfb51cff697
treebc5b24633687da9c47d53a8fbd1ec6653525a7fb
parent58a277c207927530469f0ae56eff7d5f702d5486
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>
board/ti/am65x/evm.c
board/ti/j721e/evm.c
board/ti/j721s2/evm.c
include/configs/am62ax_evm.h
include/configs/am65x_evm.h
include/configs/j721e_evm.h
include/configs/j721s2_evm.h