diff options
Diffstat (limited to 'src/mainboard/sunw')
-rw-r--r-- | src/mainboard/sunw/ultra40/mainboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/sunw/ultra40/mainboard.c b/src/mainboard/sunw/ultra40/mainboard.c index 80f14e3fc4..6c8b8af773 100644 --- a/src/mainboard/sunw/ultra40/mainboard.c +++ b/src/mainboard/sunw/ultra40/mainboard.c @@ -7,6 +7,6 @@ #if CONFIG_CHIP_NAME == 1 struct chip_operations mainboard_sunw_ultra40_ops = { - CHIP_NAME("Sun ultra40 mainboard") + CHIP_NAME("Sun Ultra 40 mainboard") }; #endif |