diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2012-11-15 16:24:30 -0800 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2012-11-27 22:03:37 +0100 |
commit | 8247583058fc1607ccde26be7cdb1a1be4691122 (patch) | |
tree | 434b45d90c9be2857e652d2c9c872eaa47e0c4ec /src/mainboard/supermicro/h8qgi | |
parent | f33e395213f0516a9256f33ede4c6bba3babb0e9 (diff) | |
download | coreboot-8247583058fc1607ccde26be7cdb1a1be4691122.tar.xz |
Drop duplicate files that prevent building without ramstage.a
When dropping ramstage.a duplicate symbols in ramstage
will start breaking the build. Hence drop all the duplicate
functions implemented by mainboards that have those functions
in generic or component code already.
Change-Id: I5cf8245c67b6f0f348388db54256d28f47017a61
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/1865
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/supermicro/h8qgi')
-rw-r--r-- | src/mainboard/supermicro/h8qgi/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/supermicro/h8qgi/Kconfig b/src/mainboard/supermicro/h8qgi/Kconfig index 61dfab4583..7c38070f13 100644 --- a/src/mainboard/supermicro/h8qgi/Kconfig +++ b/src/mainboard/supermicro/h8qgi/Kconfig @@ -31,7 +31,6 @@ config BOARD_SPECIFIC_OPTIONS select SUPERIO_WINBOND_W83627DHG select SUPERIO_NUVOTON_WPCM450 select DRIVERS_I2C_W83795 - select UDELAY_TSC select HAVE_OPTION_TABLE select HAVE_PIRQ_TABLE select HAVE_MP_TABLE |