Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/42580 )
Change subject: mb/roda/rk9: remove empty mptable.c and deselect HAVE_MP_TABLE ......................................................................
mb/roda/rk9: remove empty mptable.c and deselect HAVE_MP_TABLE
Change-Id: I023023998932a0b5bcdd65449ce2228e690f84d6 Signed-off-by: Felix Held felix-coreboot@felixheld.de --- M src/mainboard/roda/rk9/Kconfig D src/mainboard/roda/rk9/mptable.c 2 files changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/80/42580/1
diff --git a/src/mainboard/roda/rk9/Kconfig b/src/mainboard/roda/rk9/Kconfig index f45f255..89a688c 100644 --- a/src/mainboard/roda/rk9/Kconfig +++ b/src/mainboard/roda/rk9/Kconfig @@ -9,7 +9,6 @@ select SUPERIO_SMSC_LPC47N227 select BOARD_ROMSIZE_KB_4096 select DRIVERS_GENERIC_IOAPIC - select HAVE_MP_TABLE select CARDBUS_PLUGIN_SUPPORT select HAVE_ACPI_TABLES select HAVE_ACPI_RESUME diff --git a/src/mainboard/roda/rk9/mptable.c b/src/mainboard/roda/rk9/mptable.c deleted file mode 100644 index f1839f0..0000000 --- a/src/mainboard/roda/rk9/mptable.c +++ /dev/null @@ -1 +0,0 @@ -/* dummy file */
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/42580 )
Change subject: mb/roda/rk9: 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/+/42580 )
Change subject: mb/roda/rk9: remove empty mptable.c and deselect HAVE_MP_TABLE ......................................................................
Abandoned
this changes behaviour due to a weak definition of write_smp_table()