]> git.ipfire.org Git - thirdparty/u-boot.git/commit
configs: am43xx: Migrate to CONFIG_SYS_MEM_TOP_HIDE from CFG_PRAM
authorBeleswar Padhi <b-padhi@ti.com>
Tue, 9 Dec 2025 05:50:43 +0000 (11:20 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 10 Dec 2025 15:28:37 +0000 (09:28 -0600)
commitda54deb1ac8ee65475c7dca556df751b7e31806e
treef24a536e0d6c37c703d926636736cdce5303c8d2
parent7da7ca7cf50f4996493b99198e939726e721906d
configs: am43xx: Migrate to CONFIG_SYS_MEM_TOP_HIDE from CFG_PRAM

The TI AM43xx HS boards have been using CFG_PRAM to hide the top 64MB
firewalled DRAM memory from U-Boot. However, CFG_PRAM only prevents
U-Boot from relocating into that memory, but it is still open for access
for any other usage.

Therefore, migrate into using CONFIG_SYS_MEM_TOP_HIDE which reduces the
ram size itself ensuring that memory is not visible to U-Boot at all
(either for reloc, or general usage).

Signed-off-by: Beleswar Padhi <b-padhi@ti.com>
configs/am43xx_hs_evm_defconfig
configs/am43xx_hs_evm_qspi_defconfig
include/configs/am43xx_evm.h