Revert "sunxi: enable MMU_PGPROT proper page table protection" This reverts commit 16cfccda4dbf0b53473b8212897f5c63bfbeb6e1.
This causes the follow issue on the A64 boards I have including Pine64+, Pine64-LTS and the Pinephone. Revert until the issue can be properly investigated. CPU: Allwinner A64 (SUN50I) Model: Pine64+ DRAM: 2 GiB Insufficient RAM for page table: 0x5000 > 0x4000. Please increase the size in get_page_table_size() resetting ... System reset not supported on this platform Signed-off-by: Peter Robinson <pbrobin...@gmail.com> --- arch/arm/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 40368abc297..b8be270e4d7 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1207,7 +1207,6 @@ config ARCH_SUNXI select DM_SPI_FLASH if SPI && MTD select DM_KEYBOARD select DM_SERIAL - select MMU_PGPROT if ARM64 select OF_BOARD_SETUP select OF_CONTROL select PINCTRL -- 2.51.0