Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/42579 )
Change subject: mb/lenovo/x200: remove empty mptable.c and deselect HAVE_MP_TABLE ......................................................................
mb/lenovo/x200: remove empty mptable.c and deselect HAVE_MP_TABLE
Change-Id: Id30a7ea208dfc05ab2458242f94968ebc63a2e47 Signed-off-by: Felix Held felix-coreboot@felixheld.de --- M src/mainboard/lenovo/x200/Kconfig D src/mainboard/lenovo/x200/mptable.c 2 files changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/42579/1
diff --git a/src/mainboard/lenovo/x200/Kconfig b/src/mainboard/lenovo/x200/Kconfig index 896795b..5b5ca3e 100644 --- a/src/mainboard/lenovo/x200/Kconfig +++ b/src/mainboard/lenovo/x200/Kconfig @@ -12,7 +12,6 @@ select NO_UART_ON_SUPERIO select BOARD_ROMSIZE_KB_8192 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/x200/mptable.c b/src/mainboard/lenovo/x200/mptable.c deleted file mode 100644 index f1839f0..0000000 --- a/src/mainboard/lenovo/x200/mptable.c +++ /dev/null @@ -1 +0,0 @@ -/* dummy file */
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/42579 )
Change subject: mb/lenovo/x200: remove empty mptable.c and deselect HAVE_MP_TABLE ......................................................................
Patch Set 1: Code-Review+2
Felix Held has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/42579 )
Change subject: mb/lenovo/x200: remove empty mptable.c and deselect HAVE_MP_TABLE ......................................................................
Abandoned
this changes behaviour due to a weak definition of write_smp_table()