summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/Kconfig
diff options
context:
space:
mode:
authorStafford Horne <shorne@gmail.com>2016-04-03 19:14:49 +0900
committerStafford Horne <shorne@gmail.com>2016-12-12 23:10:00 +0900
commit266c7fad157265bb54d17db1c9545f2aaa488643 (patch)
tree9fd40c1afd0a49822b92babf032b42b9751dfb56 /arch/openrisc/Kconfig
parent994894c3f710f5d8ca89d22988fe715db57bbc87 (diff)
downloadop-kernel-dev-266c7fad157265bb54d17db1c9545f2aaa488643.zip
op-kernel-dev-266c7fad157265bb54d17db1c9545f2aaa488643.tar.gz
openrisc: Consolidate setup to use memblock instead of bootmem
Clearing out one todo item. Use the memblock boot time memory which is the current standard. Tested-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Jonas <jonas@southpole.se> Signed-off-by: Stafford Horne <shorne@gmail.com>
Diffstat (limited to 'arch/openrisc/Kconfig')
-rw-r--r--arch/openrisc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig
index 691e1af..8d22015 100644
--- a/arch/openrisc/Kconfig
+++ b/arch/openrisc/Kconfig
@@ -26,6 +26,7 @@ config OPENRISC
select HAVE_DEBUG_STACKOVERFLOW
select OR1K_PIC
select CPU_NO_EFFICIENT_FFS if !OPENRISC_HAVE_INST_FF1
+ select NO_BOOTMEM
config MMU
def_bool y
OpenPOWER on IntegriCloud