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
|
help
|
||||||
Enable Remote GDB debugging support.
|
Enable Remote GDB debugging support.
|
||||||
|
|
||||||
|
config MEMMAP_RAM_ONLY
|
||||||
|
bool "Only consider RAM entries in memory map for further processing"
|
||||||
|
default n
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
menu "Architecture Options"
|
menu "Architecture Options"
|
||||||
|
@ -110,10 +114,6 @@ config ARCH_MIPS
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config MEMMAP_RAM_ONLY
|
|
||||||
bool "Only consider RAM entries in memory map for further processing"
|
|
||||||
default n
|
|
||||||
|
|
||||||
config MULTIBOOT
|
config MULTIBOOT
|
||||||
bool "Multiboot header support"
|
bool "Multiboot header support"
|
||||||
depends on ARCH_X86
|
depends on ARCH_X86
|
||||||
|
|
Loading…
Reference in New Issue