__PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into

romstage.c anymore

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5315 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2010-03-29 19:19:16 +00:00
committed by Stefan Reinauer
parent 8013d5a568
commit 5e32823a68
122 changed files with 122 additions and 124 deletions

View File

@@ -1,5 +1,5 @@
#define ASSEMBLY 1
#define __PRE_RAM__
#include <stdint.h>
#include <device/pci_def.h>