[PATCH] configs: am43xx: Migrate to CONFIG_SYS_MEM_TOP_HIDE from CFG_PRAM
Tom Rini
trini at konsulko.com
Wed Dec 10 18:12:50 CET 2025
On Tue, 09 Dec 2025 11:20:43 +0530, Beleswar Padhi wrote:
> 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).
>
> [...]
Applied to u-boot/master, thanks!
[1/1] configs: am43xx: Migrate to CONFIG_SYS_MEM_TOP_HIDE from CFG_PRAM
commit: da54deb1ac8ee65475c7dca556df751b7e31806e
--
Tom
More information about the U-Boot
mailing list