From b26759d703b636d1462d31cfa38fd3b3d8c90bfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= Date: Fri, 16 Feb 2018 13:36:46 +0100 Subject: arch/riscv: Don't set up virtual memory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Due to changes in the RISC-V Privileged Architecture specification, Linux can now be started in physical memory and it will setup its own page tables. Thus we can delete most of virtual_memory.c. Change-Id: I4e69d15f8ee540d2f98c342bc4ec0c00fb48def0 Signed-off-by: Jonathan Neuschäfer Reviewed-on: https://review.coreboot.org/23772 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/Kconfig | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index 459280dc1d..02abed2dd4 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -975,14 +975,6 @@ config DEBUG_BOOT_STATE Control debugging of the boot state machine. When selected displays the state boundaries in ramstage. -config DEBUG_PRINT_PAGE_TABLES - bool "Print the page tables after construction" - default n - depends on ARCH_RISCV - help - After the page tables have been built, print them on the debug - console. - config DEBUG_ADA_CODE bool "Compile debug code in Ada sources" default n -- cgit v1.2.3