On 03.04.2009 4:18 Uhr, svn@coreboot.org wrote:
Author: hailfinger Date: 2009-04-03 04:18:23 +0200 (Fri, 03 Apr 2009) New Revision: 4048
Modified: trunk/coreboot-v2/src/mainboard/tyan/s2735/Config.lb trunk/coreboot-v2/src/mainboard/tyan/s2850/Config.lb Log: 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. Kill it.
This patch removes ROMCC remainders from Config.lb for tyan/s2735 and tyan/s2850.
Abuild build log with and without the patch is completely identical.
More patches of the same type can be done, hopefully making ROMCC dependencies a bit more clear for v2.
Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net Acked-by: Ronald G. Minnich rminnich@gmail.com
Consequently you could also wipe auto.c and potential other romcc remainders from those boards.
Best regards, Stefan