diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2012-08-25 00:21:44 +0300 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2012-08-25 00:34:46 +0200 |
commit | 651339bb5d3114a83b2ae4bf5d1da87636e7dadc (patch) | |
tree | 5e0bf6ac08afbd22ccdd556800969f838a77a2ef /src/mainboard/asus | |
parent | 1c36eada27697e1feafda6db162f7d4854b64ff6 (diff) |
Fix mptable build troubles
A missing mptable.c file got passed jenkins, got merged
and broke the build. Hopefully finally fix this.
Deletes unused files:
src/mainboard/asus/dsbf/mptable.c
src/mainboard/supermicro/x7db8/mptable.c
Change-Id: Ie81f5a6c4c69ab381f86a243bc8874395e69ee26
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/1486
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/mainboard/asus')
-rw-r--r-- | src/mainboard/asus/dsbf/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/asus/dsbf/mptable.c | 0 |
2 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/asus/dsbf/Kconfig b/src/mainboard/asus/dsbf/Kconfig index 436ef0cf49..392785352d 100644 --- a/src/mainboard/asus/dsbf/Kconfig +++ b/src/mainboard/asus/dsbf/Kconfig @@ -9,7 +9,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select SUPERIO_WINBOND_W83627HF select MMCONF_SUPPORT select BOARD_ROMSIZE_KB_512 - select HAVE_MP_TABLE select HAVE_PIRQ_TABLE select DRIVERS_I2C_W83793 select DRIVERS_GENERIC_IOAPIC diff --git a/src/mainboard/asus/dsbf/mptable.c b/src/mainboard/asus/dsbf/mptable.c deleted file mode 100644 index e69de29bb2..0000000000 --- a/src/mainboard/asus/dsbf/mptable.c +++ /dev/null |