diff options
author | Stafford Horne | 2016-04-03 12:14:49 +0200 |
---|---|---|
committer | Stafford Horne | 2016-12-12 15:10:00 +0100 |
commit | 266c7fad157265bb54d17db1c9545f2aaa488643 (patch) | |
tree | 9fd40c1afd0a49822b92babf032b42b9751dfb56 /arch/openrisc/Kconfig | |
parent | openrisc: remove the redundant of_platform_populate (diff) | |
download | kernel-qcow2-linux-266c7fad157265bb54d17db1c9545f2aaa488643.tar.gz kernel-qcow2-linux-266c7fad157265bb54d17db1c9545f2aaa488643.tar.xz kernel-qcow2-linux-266c7fad157265bb54d17db1c9545f2aaa488643.zip |
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig index 691e1af22b99..8d22015fde3e 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 |