diff options
Diffstat (limited to 'src/mainboard/dell/s1850/mainboard.c')
-rw-r--r-- | src/mainboard/dell/s1850/mainboard.c | 4 |
1 files changed, 2 insertions, 2 deletions
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") }; |