diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-03-29 19:19:16 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-03-29 19:19:16 +0000 |
commit | 5e32823a68f74618845c21600c8fa491f9c6c1a4 (patch) | |
tree | 1fa08af567dc3e2e95f5d89b2dc34292bb61c67b /src/mainboard/jetway | |
parent | 8013d5a568d6ad3b98587ea2bb23dcbd06d7ed18 (diff) | |
download | coreboot-5e32823a68f74618845c21600c8fa491f9c6c1a4.tar.xz |
__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
Diffstat (limited to 'src/mainboard/jetway')
-rw-r--r-- | src/mainboard/jetway/j7f24/romstage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/jetway/j7f24/romstage.c b/src/mainboard/jetway/j7f24/romstage.c index 82a90dbb8a..b37b305d48 100644 --- a/src/mainboard/jetway/j7f24/romstage.c +++ b/src/mainboard/jetway/j7f24/romstage.c @@ -20,7 +20,7 @@ */ #define ASSEMBLY 1 -#define __PRE_RAM__ + #include <stdint.h> #include <device/pci_def.h> |