There are more than a dozen targets in the v2 tree which refer to ROMCC
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Fri, 3 Apr 2009 16:29:35 +0000 (16:29 +0000)
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Fri, 3 Apr 2009 16:29:35 +0000 (16:29 +0000)
commitf7116c3bd08e27fba8f1fb1ea25cfb8c4b592c67
tree6652f8b4b49c122736fe868f210610313008922c
parentf16fb73087e0810e8fa03a8feb665ad6f7066da4
There are more than a dozen targets in the v2 tree which refer to ROMCC
in their Config.lb but never use it. There's no point in keeping
dead code around.

This patch removes ROMCC remainders from Config.lb and kills orphaned
auto.c and failover.c in the affected mainboard directories.

arima/hdama
ibm/e325
ibm/e326
iwill/dk8s2
iwill/dk8x
msi/ms9282
newisys/khepri
sunw/ultra40
tyan/s2891
tyan/s2892
tyan/s2895
tyan/s4880
tyan/s4882

Abuild log is completely identical with and without the patch.

With this patch, the last ROMCC remainders for K8 boards are gone.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4055 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
30 files changed:
src/mainboard/arima/hdama/Config.lb
src/mainboard/arima/hdama/auto.c
src/mainboard/arima/hdama/failover.c
src/mainboard/ibm/e325/Config.lb
src/mainboard/ibm/e325/failover.c
src/mainboard/ibm/e326/Config.lb
src/mainboard/ibm/e326/failover.c
src/mainboard/iwill/dk8s2/Config.lb
src/mainboard/iwill/dk8s2/auto.c
src/mainboard/iwill/dk8s2/failover.c
src/mainboard/iwill/dk8x/Config.lb
src/mainboard/iwill/dk8x/auto.c
src/mainboard/iwill/dk8x/failover.c
src/mainboard/msi/ms9282/Config.lb
src/mainboard/msi/ms9282/failover.c
src/mainboard/newisys/khepri/Config.lb
src/mainboard/newisys/khepri/auto.c
src/mainboard/newisys/khepri/failover.c
src/mainboard/sunw/ultra40/Config.lb
src/mainboard/sunw/ultra40/auto.c
src/mainboard/sunw/ultra40/failover.c
src/mainboard/tyan/s2891/Config.lb
src/mainboard/tyan/s2892/Config.lb
src/mainboard/tyan/s2895/Config.lb
src/mainboard/tyan/s4880/Config.lb
src/mainboard/tyan/s4880/auto.c
src/mainboard/tyan/s4880/failover.c
src/mainboard/tyan/s4882/Config.lb
src/mainboard/tyan/s4882/auto.c
src/mainboard/tyan/s4882/failover.c