aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s1846
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-05-04 00:51:17 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-05-04 00:51:17 +0000
commit7ea18cf5dd22caa62e4bb2a6369208eae53b179c (patch)
tree3fc96c5fe5abff12a2a7efb6d320506c38174dd2 /src/mainboard/tyan/s1846
parent6818245b1e4eb0db4c808b20b83d9e3ceb583d05 (diff)
Cosmetics (trivial).
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@2626 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan/s1846')
-rw-r--r--src/mainboard/tyan/s1846/auto.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/tyan/s1846/auto.c b/src/mainboard/tyan/s1846/auto.c
index 35acfe94ff..c4871d7710 100644
--- a/src/mainboard/tyan/s1846/auto.c
+++ b/src/mainboard/tyan/s1846/auto.c
@@ -101,10 +101,10 @@ static void main(unsigned long bist)
* Do _not_ check the area from 640 KB - 1 MB, as that's not really
* RAM, but rather reserved for various other things:
*
- * - 640 KB ­ 768 KB: Video Buffer Area
- * - 768 KB ­ 896 KB: Expansion Area
- * - 896 KB ­ 960 KB: Extended System BIOS Area
- * - 960 KB ­ 1 MB: Memory (BIOS Area) - System BIOS Area
+ * - 640 KB - 768 KB: Video Buffer Area
+ * - 768 KB - 896 KB: Expansion Area
+ * - 896 KB - 960 KB: Extended System BIOS Area
+ * - 960 KB - 1 MB: Memory (BIOS Area) - System BIOS Area
*
* Trying to check these areas will fail.
*/