summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p2b/mainboard.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2006-10-27 11:30:27 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2006-10-27 11:30:27 +0000
commite0e1d425274d5e2c90e19eec6ef125d1fffd73a1 (patch)
treedd1f22fe124eae9105fba07380b30041b4185616 /src/mainboard/asus/p2b/mainboard.c
parent733681583ca9bf96288df2449bb61cd69e3b9345 (diff)
downloadcoreboot-e0e1d425274d5e2c90e19eec6ef125d1fffd73a1.tar.xz
Fix the CHIP_NAME() entries of all mainboards to have the same format
and (hopefully) the correct canonical name of the vendor and board. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2476 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asus/p2b/mainboard.c')
-rw-r--r--src/mainboard/asus/p2b/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/asus/p2b/mainboard.c b/src/mainboard/asus/p2b/mainboard.c
index 94966aa689..98fe4d92a1 100644
--- a/src/mainboard/asus/p2b/mainboard.c
+++ b/src/mainboard/asus/p2b/mainboard.c
@@ -7,6 +7,6 @@
#include "chip.h"
struct chip_operations mainboard_asus_p2b_ops = {
- CHIP_NAME("ASUS P2B mainboard ")
+ CHIP_NAME("ASUS P2B mainboard")
};