SeaBIOS/Kconfig: Remove SEABIOS_MALLOC_UPPERMEMORY option
This has been replaced by the PAYLOAD_CONFIGFILE option, allowing any SeaBIOS config option to be set by a platform. Change-Id: I584c4c481266740840158baba76581d68e69b448 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/12570 Tested-by: build bot (Jenkins) Reviewed-by: Alexander Couzens <lynxis@fe80.eu>
This commit is contained in:
3
payloads/external/Makefile.inc
vendored
3
payloads/external/Makefile.inc
vendored
@@ -54,8 +54,7 @@ seabios:
|
||||
CONFIG_SEABIOS_THREAD_OPTIONROMS=$(CONFIG_SEABIOS_THREAD_OPTIONROMS) \
|
||||
CONFIG_SEABIOS_VGA_COREBOOT=$(CONFIG_SEABIOS_VGA_COREBOOT) \
|
||||
CONFIG_CONSOLE_SERIAL=$(CONFIG_CONSOLE_SERIAL) \
|
||||
CONFIG_TTYS0_BASE=$(CONFIG_TTYS0_BASE) \
|
||||
CONFIG_SEABIOS_MALLOC_UPPERMEMORY=$(CONFIG_SEABIOS_MALLOC_UPPERMEMORY)
|
||||
CONFIG_TTYS0_BASE=$(CONFIG_TTYS0_BASE)
|
||||
|
||||
payloads/external/SeaBIOS/seabios/out/vgabios.bin: seabios
|
||||
payloads/external/SeaBIOS/seabios/out/bios.bin.elf: seabios
|
||||
|
Reference in New Issue
Block a user