summaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorarch import user (historical) <svn@openbios.org>2005-08-05 18:41:38 +0000
committerarch import user (historical) <svn@openbios.org>2005-08-05 18:41:38 +0000
commit2bef9a960a45e7fa0ebcb8a126f03740cbc66b0e (patch)
treea95d3b6ffaf0aad12c1144dd49e7b5c9ef2227cd /src/mainboard
parent0de60ee3344dfd26cd02672a852656e45b88252b (diff)
downloadcoreboot-2bef9a960a45e7fa0ebcb8a126f03740cbc66b0e.tar.xz
small update
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1992 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/newisys/khepri/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/newisys/khepri/mainboard.c b/src/mainboard/newisys/khepri/mainboard.c
index 16350b2acf..8221b2f57f 100644
--- a/src/mainboard/newisys/khepri/mainboard.c
+++ b/src/mainboard/newisys/khepri/mainboard.c
@@ -6,6 +6,6 @@
#include "chip.h"
struct chip_operations mainboard_newisys_khepri_ops = {
- CHIP_NAME("Newisys Khepri mainboard ")
+ CHIP_NAME("Newisys 2100 mainboard")
};