diff options
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> |