From d82e12858f34770a38dc93136f686ebab0e971ed Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Thu, 20 Aug 2009 18:05:31 +0000 Subject: This goes a surprisingly long way to building the epia-n. It also has important corrections to the Kconfig and Makefile.inc that were there. I would like to go ahead and get this in, because I don't want anyone to continue using what is in the upstream tree as it now exists. I also tested old-style build with this and it did not break anything. Signed-off-by: Ronald G. Minnich Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4559 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/via/Kconfig | 1 + src/northbridge/via/cn400/cn400.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src/northbridge/via') diff --git a/src/northbridge/via/Kconfig b/src/northbridge/via/Kconfig index 0ed85e6737..5c62bde34d 100644 --- a/src/northbridge/via/Kconfig +++ b/src/northbridge/via/Kconfig @@ -1,5 +1,6 @@ #source src/northbridge/via/cn700/Kconfig source src/northbridge/via/cx700/Kconfig +source src/northbridge/via/cn400/Kconfig #source src/northbridge/via/vt8601/Kconfig #source src/northbridge/via/vt8623/Kconfig #source src/northbridge/via/vx800/Kconfig diff --git a/src/northbridge/via/cn400/cn400.h b/src/northbridge/via/cn400/cn400.h index bbb6ff112f..06367db270 100644 --- a/src/northbridge/via/cn400/cn400.h +++ b/src/northbridge/via/cn400/cn400.h @@ -19,7 +19,7 @@ */ #ifndef __ROMCC__ -static void cn400_noop() +static void cn400_noop(void) { } #endif -- cgit v1.2.3