]> git.dujemihanovic.xyz Git - u-boot.git/commit
sunxi: A23/A33/H3: Actually move the secure monitor
authorSamuel Holland <samuel@sholland.org>
Tue, 12 Oct 2021 23:54:56 +0000 (18:54 -0500)
committerAndre Przywara <andre.przywara@arm.com>
Mon, 25 Oct 2021 13:49:42 +0000 (14:49 +0100)
commit00f82fcfba6ceff501bfd8e4fc2adb368f2905ac
treeda1701f674e59bc6de59766f14f63f5dcc8f5fce
parent6fa41cdd19b93b27483f071f96da8b66bebd7a37
sunxi: A23/A33/H3: Actually move the secure monitor

commit 1ebfc0c631e3 ("sunxi: A23/A33/H3: Move sun8i secure monitor to
SRAM A2") attempted to move the secure monitor to SRAM A2. But not all
sun8i SoCs have SRAM A2, so a check was put in for SUNXI_SRAM_A2_SIZE to
avoid breaking the other SoCs.

However, because the header providing SUNXI_SRAM_A2_SIZE was not
included, this unintentionally skipped the new definitions on all SoCs.
Fix this by including the right header.

Fixes: 1ebfc0c631e3 ("sunxi: A23/A33/H3: Move sun8i secure monitor to SRAM A2")
Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
include/configs/sun8i.h