diff options
author | arch import user (historical) <svn@openbios.org> | 2005-08-05 18:41:38 +0000 |
---|---|---|
committer | arch import user (historical) <svn@openbios.org> | 2005-08-05 18:41:38 +0000 |
commit | 2bef9a960a45e7fa0ebcb8a126f03740cbc66b0e (patch) | |
tree | a95d3b6ffaf0aad12c1144dd49e7b5c9ef2227cd | |
parent | 0de60ee3344dfd26cd02672a852656e45b88252b (diff) | |
download | coreboot-2bef9a960a45e7fa0ebcb8a126f03740cbc66b0e.tar.xz |
small update
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1992 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/mainboard/newisys/khepri/mainboard.c | 2 |
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") }; |