[coreboot] New patch to review: fa78e5d Do not compile nuvoton wpcm450 early init

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Mon Aug 1 10:59:20 CEST 2011


Alexandru Gagniuc (mr.nuke.me at 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 at 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 at 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
 




More information about the coreboot mailing list