Cosmetic fix of the nova4899r CHIP_NAME().

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2509 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann 2006-11-26 19:07:20 +00:00
parent 3e15652a10
commit eba69b6078
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@
#include "chip.h" #include "chip.h"
struct chip_operations mainboard_iei_nova4899r_ops = { struct chip_operations mainboard_iei_nova4899r_ops = {
CHIP_NAME("IEI nova4899r mainboard") CHIP_NAME("IEI NOVA-4899R Mainboard")
}; };