Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit c53b3444 authored by Bryan Brattlof's avatar Bryan Brattlof Committed by Tom Rini
Browse files

board: beagle: beagleplay: enable OF_SYSTEM_SETUP


Unfortunately when enabling FDT fixups for the AM62x family of SoCs and
moving TF-A to the bottom of RAM we missed the BeaglePlay. This is
causing Linux's memory allocator to clobber TF-A and break its boot.

Enable OF_SYSTEM_SETUP to fixup the kernel's FDT to inform it of the
actual location of the firmware

CC: Andrew Davis <afd@ti.com>
CC: Nishanth Menon <nm@ti.com>
CC: Robert Nelson <robertcnelson@gmail.com>
Reported-by: default avatarDhruva Gole <d-gole@ti.com>
Signed-off-by: default avatarBryan Brattlof <bb@ti.com>
Acked-by: default avatarAndrew Davis <afd@ti.com>
Tested-by: default avatarRobert Nelson <robertcnelson@gmail.com>
Reviewed-by: default avatarNishanth Menon <nm@ti.com>
Acked-by: default avatarChirag Shilwant <c-shilwant@ti.com>
Tested-by: default avatarDhruva Gole <d-gole@ti.com>
parent 9e9f78f7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment