Patrick Georgi submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved
src/Kconfig: Drop unused HAVE_POSTCAR

Change-Id: Id8dcba8e83b0f896c26ab684d857908c6f272453
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36497
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
---
M src/Kconfig
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/Kconfig b/src/Kconfig
index 0d7c934..793927a 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -1243,11 +1243,6 @@
bool
default y

-config HAVE_POSTCAR
- bool
- depends on POSTCAR_STAGE
- default y
-
config HAVE_RAMSTAGE
bool
default n if RAMPAYLOAD

To view, visit change 36497. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id8dcba8e83b0f896c26ab684d857908c6f272453
Gerrit-Change-Number: 36497
Gerrit-PatchSet: 2
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik@intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged