Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/42578 )
Change subject: mb/lenovo/t400: remove empty mptable.c and deselect HAVE_MP_TABLE ......................................................................
mb/lenovo/t400: remove empty mptable.c and deselect HAVE_MP_TABLE
Change-Id: I313451d0c5f1deb998af4c881ed84667e1bc503f Signed-off-by: Felix Held felix-coreboot@felixheld.de --- M src/mainboard/lenovo/t400/Kconfig D src/mainboard/lenovo/t400/mptable.c 2 files changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/42578/1
diff --git a/src/mainboard/lenovo/t400/Kconfig b/src/mainboard/lenovo/t400/Kconfig index 5b3ecf1..84b25a5 100644 --- a/src/mainboard/lenovo/t400/Kconfig +++ b/src/mainboard/lenovo/t400/Kconfig @@ -13,7 +13,6 @@ select BOARD_ROMSIZE_KB_8192 if !BOARD_LENOVO_R500 select BOARD_ROMSIZE_KB_4096 if BOARD_LENOVO_R500 select DRIVERS_GENERIC_IOAPIC - select HAVE_MP_TABLE select HAVE_ACPI_TABLES select EC_ACPI select HAVE_OPTION_TABLE diff --git a/src/mainboard/lenovo/t400/mptable.c b/src/mainboard/lenovo/t400/mptable.c deleted file mode 100644 index f1839f0..0000000 --- a/src/mainboard/lenovo/t400/mptable.c +++ /dev/null @@ -1 +0,0 @@ -/* dummy file */