Trivial fix to make CONFIG_BOOTBLOCK_NORMAL switch compile again.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5662 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
c358b65065
commit
187e9d0620
|
@ -1,7 +1,4 @@
|
|||
#include <bootblock_common.h>
|
||||
|
||||
#include <arch/io.h>
|
||||
#include "arch/romcc_io.h"
|
||||
#include <pc80/mc146818rtc.h>
|
||||
|
||||
static void main(unsigned long bist)
|
||||
|
|
Loading…
Reference in New Issue