Fix EPIA-CN build in v3 by dropping duplicated stop_ap() definition (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://coreboot.org/repository/coreboot-v3@1029 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Uwe Hermann 2008-11-15 16:13:12 +00:00
parent 18d7d33669
commit 39d6231572

View file

@ -29,11 +29,6 @@
#include <superio/fintek/f71805f/f71805f.h> #include <superio/fintek/f71805f/f71805f.h>
#include <northbridge/via/cn700/cn700.h> #include <northbridge/via/cn700/cn700.h>
/* Someday, we're all going multicore. */
void stop_ap(void)
{
}
void hardware_stage1(void) void hardware_stage1(void)
{ {
void early_mtrr_init(void); void early_mtrr_init(void);