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/supermicro | |
parent | 8013d5a568d6ad3b98587ea2bb23dcbd06d7ed18 (diff) |
__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/supermicro')
-rw-r--r-- | src/mainboard/supermicro/h8dme/romstage.c | 2 | ||||
-rw-r--r-- | src/mainboard/supermicro/h8dmr/romstage.c | 2 | ||||
-rw-r--r-- | src/mainboard/supermicro/h8dmr_fam10/romstage.c | 2 | ||||
-rw-r--r-- | src/mainboard/supermicro/h8qme_fam10/romstage.c | 2 | ||||
-rw-r--r-- | src/mainboard/supermicro/x6dai_g/romstage.c | 2 | ||||
-rw-r--r-- | src/mainboard/supermicro/x6dhe_g/romstage.c | 2 | ||||
-rw-r--r-- | src/mainboard/supermicro/x6dhe_g2/romstage.c | 2 | ||||
-rw-r--r-- | src/mainboard/supermicro/x6dhr_ig/romstage.c | 2 | ||||
-rw-r--r-- | src/mainboard/supermicro/x6dhr_ig2/romstage.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/src/mainboard/supermicro/h8dme/romstage.c b/src/mainboard/supermicro/h8dme/romstage.c index fba3315541..f341678339 100644 --- a/src/mainboard/supermicro/h8dme/romstage.c +++ b/src/mainboard/supermicro/h8dme/romstage.c @@ -17,7 +17,7 @@ */ #define ASSEMBLY 1 -#define __PRE_RAM__ + #define RAMINIT_SYSINFO 1 diff --git a/src/mainboard/supermicro/h8dmr/romstage.c b/src/mainboard/supermicro/h8dmr/romstage.c index 432ff95637..0aed8b9c75 100644 --- a/src/mainboard/supermicro/h8dmr/romstage.c +++ b/src/mainboard/supermicro/h8dmr/romstage.c @@ -20,7 +20,7 @@ */ #define ASSEMBLY 1 -#define __PRE_RAM__ + #define RAMINIT_SYSINFO 1 diff --git a/src/mainboard/supermicro/h8dmr_fam10/romstage.c b/src/mainboard/supermicro/h8dmr_fam10/romstage.c index 51c29d4e04..1221f38f5c 100644 --- a/src/mainboard/supermicro/h8dmr_fam10/romstage.c +++ b/src/mainboard/supermicro/h8dmr_fam10/romstage.c @@ -20,7 +20,7 @@ */ #define ASSEMBLY 1 -#define __PRE_RAM__ + #define RAMINIT_SYSINFO 1 diff --git a/src/mainboard/supermicro/h8qme_fam10/romstage.c b/src/mainboard/supermicro/h8qme_fam10/romstage.c index 7014713601..a9af4b57f4 100644 --- a/src/mainboard/supermicro/h8qme_fam10/romstage.c +++ b/src/mainboard/supermicro/h8qme_fam10/romstage.c @@ -20,7 +20,7 @@ */ #define ASSEMBLY 1 -#define __PRE_RAM__ + #define RAMINIT_SYSINFO 1 diff --git a/src/mainboard/supermicro/x6dai_g/romstage.c b/src/mainboard/supermicro/x6dai_g/romstage.c index c9289d96da..8fc496773e 100644 --- a/src/mainboard/supermicro/x6dai_g/romstage.c +++ b/src/mainboard/supermicro/x6dai_g/romstage.c @@ -1,5 +1,5 @@ #define ASSEMBLY 1 -#define __PRE_RAM__ + #include <stdint.h> #include <device/pci_def.h> #include <arch/io.h> diff --git a/src/mainboard/supermicro/x6dhe_g/romstage.c b/src/mainboard/supermicro/x6dhe_g/romstage.c index 086dd52b90..9d5d8af506 100644 --- a/src/mainboard/supermicro/x6dhe_g/romstage.c +++ b/src/mainboard/supermicro/x6dhe_g/romstage.c @@ -1,5 +1,5 @@ #define ASSEMBLY 1 -#define __PRE_RAM__ + #include <stdint.h> #include <device/pci_def.h> #include <arch/io.h> diff --git a/src/mainboard/supermicro/x6dhe_g2/romstage.c b/src/mainboard/supermicro/x6dhe_g2/romstage.c index f38f4e9b07..0f1041013d 100644 --- a/src/mainboard/supermicro/x6dhe_g2/romstage.c +++ b/src/mainboard/supermicro/x6dhe_g2/romstage.c @@ -1,5 +1,5 @@ #define ASSEMBLY 1 -#define __PRE_RAM__ + #include <stdint.h> #include <device/pci_def.h> #include <arch/io.h> diff --git a/src/mainboard/supermicro/x6dhr_ig/romstage.c b/src/mainboard/supermicro/x6dhr_ig/romstage.c index 0fd77d3a56..4c4f2f19ac 100644 --- a/src/mainboard/supermicro/x6dhr_ig/romstage.c +++ b/src/mainboard/supermicro/x6dhr_ig/romstage.c @@ -1,5 +1,5 @@ #define ASSEMBLY 1 -#define __PRE_RAM__ + #include <stdint.h> #include <device/pci_def.h> #include <arch/io.h> diff --git a/src/mainboard/supermicro/x6dhr_ig2/romstage.c b/src/mainboard/supermicro/x6dhr_ig2/romstage.c index 7a9b696198..8e46e928fe 100644 --- a/src/mainboard/supermicro/x6dhr_ig2/romstage.c +++ b/src/mainboard/supermicro/x6dhr_ig2/romstage.c @@ -1,5 +1,5 @@ #define ASSEMBLY 1 -#define __PRE_RAM__ + #include <stdint.h> #include <device/pci_def.h> #include <arch/io.h> |