mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
18d7d33669
commit
39d6231572
1 changed files with 0 additions and 5 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue