diff options
author | Angel Pons <th3fanbus@gmail.com> | 2018-08-20 16:15:47 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-08-22 15:37:38 +0000 |
commit | c65a600b8e297c0ea8cf62fe5d7a854b8f1f2410 (patch) | |
tree | 8bbd13d9329a65ca336e91f439504e8674133608 /src/mainboard/kontron | |
parent | b74e399c7d9d6decd6aeba5de5a8181a5f17d82a (diff) |
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 <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/28232
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/kontron')
-rw-r--r-- | src/mainboard/kontron/ktqm77/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mainboard/kontron/ktqm77/Kconfig b/src/mainboard/kontron/ktqm77/Kconfig index 10da8d1ab9..a8aca1c2c0 100644 --- a/src/mainboard/kontron/ktqm77/Kconfig +++ b/src/mainboard/kontron/ktqm77/Kconfig @@ -44,16 +44,4 @@ config MAINBOARD_VENDOR string default "Kontron" -config IFD_BIOS_SECTION - string - default "0x00580000:0x007fffff" - -config IFD_ME_SECTION - string - default "0x00003000:0x0057ffff" - -config IFD_GBE_SECTION - string - default "0x00001000:0x00002fff" - endif # BOARD_KONTRON_KTQM77 |