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/SeaBIOS/Makefile.inc
vendored
3
payloads/external/SeaBIOS/Makefile.inc
vendored
@@ -31,9 +31,6 @@ ifeq ($(CONFIG_CONSOLE_SERIAL),y)
|
||||
else
|
||||
echo "# CONFIG_DEBUG_SERIAL is not set" >> seabios/.config
|
||||
endif
|
||||
ifneq ($(CONFIG_SEABIOS_MALLOC_UPPERMEMORY),y)
|
||||
echo "# CONFIG_MALLOC_UPPERMEMORY is not set" >> seabios/.config
|
||||
endif
|
||||
ifneq ($(CONFIG_SEABIOS_THREAD_OPTIONROMS),y)
|
||||
echo "# CONFIG_THREAD_OPTIONROMS is not set" >> seabios/.config
|
||||
endif
|
||||
|
Reference in New Issue
Block a user