Alexandru Gagniuc (mr.nuke.me@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/123
-gerrit
commit fa78e5d1efc9b155537562ed385ad76ddc216a3c Author: Alexandru Gagniuc mr.nuke.me@gmail.com Date: Mon Aug 1 03:54:58 2011 -0500
Do not compile nuvoton wpcm450 early init
wpcm450 early_init.c was compiled whether or not this superio is selected.
Change-Id: Iabc1970847b8383a01eb94012dcbec83dd774233 Signed-off-by: Alexandru Gagniuc mr.nuke.me@gmail.com --- src/superio/nuvoton/wpcm450/Makefile.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/superio/nuvoton/wpcm450/Makefile.inc b/src/superio/nuvoton/wpcm450/Makefile.inc index c70b2fb..db88097 100644 --- a/src/superio/nuvoton/wpcm450/Makefile.inc +++ b/src/superio/nuvoton/wpcm450/Makefile.inc @@ -18,6 +18,6 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ##
-romstage-y += early_init.c +romstage-$(CONFIG_SUPERIO_NUVOTON_WPCM450) += early_init.c ramstage-$(CONFIG_SUPERIO_NUVOTON_WPCM450) += superio.c