summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJonas Karlman <[email protected]>2023-04-17 19:07:15 +0000
committerKever Yang <[email protected]>2023-04-21 15:16:01 +0800
commit9f412347beb2ad566fa38e8c3e96cc5bd07d36f5 (patch)
treed0d97a37ee0f2a6646b810b4d989f65fe9fcd15d /include
parentf1e190a192d933f4155e5ea847e64171fb765289 (diff)
rockchip: rk35xx: Fix boot with a large fdt blob
The TF-A blobs used to boot RK3568 and RK3588 boards is based on atf v2.3. Mainline atf v2.3 contains an issue that could lead to a crash when it fails to parse the fdt blob being passed as the platform param. An issue that was fixed in atf v2.4. The vendor TF-A seem to suffer from a similar issue, and this prevents booting when fdt blob is large enough to trigger this condition. Fix this by implying SPL_ATF_NO_PLATFORM_PARAM to let u-boot pass a NULL pointer instead of the fdt blob as the platform param. This fixes booting Radxa ROCK 3A after recent sync of device tree. Fixes: 073d911ae64a ("rockchip: rk3568-rock-3a: Sync device tree from linux") Signed-off-by: Jonas Karlman <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions