libpayload: Move MEMMAP_RAM_ONLY to generic options
MEMMAP_RAM_ONLY is not an architecture specific option, hence move it out of the architecture specific menu. Change-Id: Iaeef03ed8cbff930a580ad03b1e712087b48714e Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: https://review.coreboot.org/14071 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
8fda04449f
commit
1e6b86b8b6
|
@ -80,6 +80,10 @@ config REMOTEGDB
|
|||
help
|
||||
Enable Remote GDB debugging support.
|
||||
|
||||
config MEMMAP_RAM_ONLY
|
||||
bool "Only consider RAM entries in memory map for further processing"
|
||||
default n
|
||||
|
||||
endmenu
|
||||
|
||||
menu "Architecture Options"
|
||||
|
@ -110,10 +114,6 @@ config ARCH_MIPS
|
|||
|
||||
endchoice
|
||||
|
||||
config MEMMAP_RAM_ONLY
|
||||
bool "Only consider RAM entries in memory map for further processing"
|
||||
default n
|
||||
|
||||
config MULTIBOOT
|
||||
bool "Multiboot header support"
|
||||
depends on ARCH_X86
|
||||
|
|
Loading…
Reference in New Issue