From c65a600b8e297c0ea8cf62fe5d7a854b8f1f2410 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Mon, 20 Aug 2018 16:15:47 +0200 Subject: src/mainboard/*: Remove IFD_*_REGION values for ifdfake Since ifdfake has been deprecated in favor of better alternatives, such as flashrom IFD parsing. Therefore, there is no need to support ifdfake any further. Remove the IFD_*_REGION values on the few motherboards with them. Change-Id: Ie07116a7fb960c6ca832d802016f22c6677baac9 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/28232 Reviewed-by: Nico Huber Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/mainboard/gigabyte/ga-b75m-d3h/Kconfig | 8 -------- src/mainboard/gigabyte/ga-b75m-d3v/Kconfig | 8 -------- 2 files changed, 16 deletions(-) (limited to 'src/mainboard/gigabyte') diff --git a/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig b/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig index 7ec9fe9172..7aefcfb610 100644 --- a/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig +++ b/src/mainboard/gigabyte/ga-b75m-d3h/Kconfig @@ -47,12 +47,4 @@ config VGA_BIOS_FILE string default "pci8086,0162.rom" -config IFD_BIOS_SECTION - string - default "0x00600000:0x007fffff" - -config IFD_ME_SECTION - string - default "0x00001000:0x004fffff" - endif # BOARD_GIGABYTE_GA_B75M_D3H diff --git a/src/mainboard/gigabyte/ga-b75m-d3v/Kconfig b/src/mainboard/gigabyte/ga-b75m-d3v/Kconfig index 12b1844272..a2a89b9136 100644 --- a/src/mainboard/gigabyte/ga-b75m-d3v/Kconfig +++ b/src/mainboard/gigabyte/ga-b75m-d3v/Kconfig @@ -46,12 +46,4 @@ config VGA_BIOS_FILE string default "pci8086,0102.rom" -config IFD_BIOS_SECTION - string - default "0x00600000:0x007fffff" - -config IFD_ME_SECTION - string - default "0x00001000:0x004fffff" - endif # BOARD_GIGABYTE_GA_B75M_D3V -- cgit v1.2.3