]> Git Repo - J-u-boot.git/commit
board: beagle: beagleplay: enable OF_SYSTEM_SETUP
authorBryan Brattlof <[email protected]>
Wed, 19 Jun 2024 19:12:30 +0000 (14:12 -0500)
committerTom Rini <[email protected]>
Mon, 24 Jun 2024 20:49:59 +0000 (14:49 -0600)
commitc53b344475734d0d29f522b7b1d80c5b8204442d
tree2338f806c94996f43f5cc4785bb2e04373133b2f
parent9e9f78f7aa0124ef0e622532043acf87e84008dc
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 <[email protected]>
CC: Nishanth Menon <[email protected]>
CC: Robert Nelson <[email protected]>
Reported-by: Dhruva Gole <[email protected]>
Signed-off-by: Bryan Brattlof <[email protected]>
Acked-by: Andrew Davis <[email protected]>
Tested-by: Robert Nelson <[email protected]>
Reviewed-by: Nishanth Menon <[email protected]>
Acked-by: Chirag Shilwant <[email protected]>
Tested-by: Dhruva Gole <[email protected]>
board/beagle/beagleplay/Kconfig
This page took 0.039297 seconds and 4 git commands to generate.