summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBeleswar Padhi <[email protected]>2025-12-09 11:20:43 +0530
committerTom Rini <[email protected]>2025-12-10 09:28:37 -0600
commitda54deb1ac8ee65475c7dca556df751b7e31806e (patch)
treef24a536e0d6c37c703d926636736cdce5303c8d2 /test
parent7da7ca7cf50f4996493b99198e939726e721906d (diff)
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 <[email protected]>
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions