HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36497 )
Change subject: src/Kconfig: Drop unused HAVE_POSTCAR ......................................................................
src/Kconfig: Drop unused HAVE_POSTCAR
Change-Id: Id8dcba8e83b0f896c26ab684d857908c6f272453 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/Kconfig 1 file changed, 0 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/36497/1
diff --git a/src/Kconfig b/src/Kconfig index 4c71f28..2b41ff2 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1229,11 +1229,6 @@ bool default y
-config HAVE_POSTCAR - bool - depends on POSTCAR_STAGE - default y - config HAVE_RAMSTAGE bool default n if RAMPAYLOAD