drop COREBOOT_V2 and COREBOOT_V4 define. We're not sharing code with v3
anymore so this ugly hack is no longer needed. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5040 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
d5663bac2c
commit
8ed1b6d2dc
@@ -12,18 +12,11 @@
|
||||
*****************************************************************************/
|
||||
|
||||
#include <types.h>
|
||||
#ifndef CONFIG_COREBOOT_V2
|
||||
#include <cpu.h>
|
||||
#endif
|
||||
#include "debug.h"
|
||||
#include "device.h"
|
||||
#include "x86emu/x86emu.h"
|
||||
#include "biosemu.h"
|
||||
#ifdef CONFIG_COREBOOT_V2
|
||||
#include "compat/time.h"
|
||||
#else
|
||||
#include <time.h>
|
||||
#endif
|
||||
|
||||
// define a check for access to certain (virtual) memory regions (interrupt handlers, BIOS Data Area, ...)
|
||||
#ifdef CONFIG_DEBUG
|
||||
|
Reference in New Issue
Block a user