Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/28008
Change subject: mb/google/rambi: Don't set defaults for HAVE_IFD_BIN ......................................................................
mb/google/rambi: Don't set defaults for HAVE_IFD_BIN
There is no need set the default HAVE_IFD_BIN explicitly to n.
Change-Id: I4a5fe45e7f8f6dd018937861b0fb92a8da49904e Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/mainboard/google/rambi/Kconfig 1 file changed, 0 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/28008/1
diff --git a/src/mainboard/google/rambi/Kconfig b/src/mainboard/google/rambi/Kconfig index 440276d..725d69d 100644 --- a/src/mainboard/google/rambi/Kconfig +++ b/src/mainboard/google/rambi/Kconfig @@ -109,12 +109,4 @@ string default "pci8086,0f31.rom"
-config HAVE_IFD_BIN - bool - default n - -config HAVE_ME_BIN - bool - default n - endif # BOARD_GOOGLE_BASEBOARD_RAMBI