summaryrefslogtreecommitdiff
path: root/src/mainboard/dell
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2005-12-03 23:48:17 +0000
committerStefan Reinauer <stepan@openbios.org>2005-12-03 23:48:17 +0000
commitbbbfd9d1906cb2d99385eae845a13a311f77ef78 (patch)
tree0485f8ebc4bdd026e0e43bdaa36a0ac0c4fd5c6a /src/mainboard/dell
parentbd25fe979bee6a2912b671b7f811192c51c5f95f (diff)
downloadcoreboot-bbbfd9d1906cb2d99385eae845a13a311f77ef78.tar.xz
smaller fixups here and there, allowing some motherboards to compile or
to fail later than before. dos2unix'ed the xe7501devkit files, that might have caused some problems before. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2127 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/dell')
-rw-r--r--src/mainboard/dell/s1850/chip.h4
-rw-r--r--src/mainboard/dell/s1850/mainboard.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/dell/s1850/chip.h b/src/mainboard/dell/s1850/chip.h
index b00189f049..75dcaf49c1 100644
--- a/src/mainboard/dell/s1850/chip.h
+++ b/src/mainboard/dell/s1850/chip.h
@@ -1,5 +1,5 @@
-struct chip_operations mainboard_dell_s2850_ops;
+struct chip_operations mainboard_dell_s1850_ops;
-struct mainboard_dell_s2850_config {
+struct mainboard_dell_s1850_config {
int nothing;
};
diff --git a/src/mainboard/dell/s1850/mainboard.c b/src/mainboard/dell/s1850/mainboard.c
index d1b419df6c..b82e1b968d 100644
--- a/src/mainboard/dell/s1850/mainboard.c
+++ b/src/mainboard/dell/s1850/mainboard.c
@@ -6,7 +6,7 @@
#include <cpu/x86/msr.h>
#include "chip.h"
-struct chip_operations mainboard_dell_s2850_ops = {
- CHIP_NAME("Dell S2850")
+struct chip_operations mainboard_dell_s1850_ops = {
+ CHIP_NAME("Dell S1850")
};