mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
Drop STANDALONE mode
STANDALONE mode was used to build flashrom without having support for file handling. This was relevant to build libflashrom on top of libpayload. For a while now, the code which is covered by STANDALONE has moved to cli_*.c and is not used for libflashrom. Therefore we can drop STANDALONE mode. Change-Id: I58fb82270a9884a323d9850176708d230fdc5165 Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/63469 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:

committed by
Nico Huber

parent
48fef95b79
commit
50cd432c74
1
Makefile
1
Makefile
@ -290,7 +290,6 @@ ifeq ($(MAKECMDGOALS),)
|
||||
.DEFAULT_GOAL := libflashrom.a
|
||||
$(info Setting default goal to libflashrom.a)
|
||||
endif
|
||||
FLASHROM_CFLAGS += -DSTANDALONE
|
||||
$(call mark_unsupported,CONFIG_DUMMY)
|
||||
# libpayload does not provide the romsize field in struct pci_dev that the atapromise code requires.
|
||||
$(call mark_unsupported,CONFIG_ATAPROMISE)
|
||||
|
Reference in New Issue
Block a user