summaryrefslogtreecommitdiff
path: root/src/northbridge/via/vt8601
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2004-07-06 16:57:44 +0000
committerRonald G. Minnich <rminnich@gmail.com>2004-07-06 16:57:44 +0000
commitbadf114438d2518e2d33363603e46c138f1cfd2c (patch)
tree104e5cf8901a4c13e660c7a61c10562706aac562 /src/northbridge/via/vt8601
parent737de849d57cc134fc6c972de29b04e9738da88d (diff)
downloadcoreboot-badf114438d2518e2d33363603e46c138f1cfd2c.tar.xz
fixed again.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1619 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/via/vt8601')
-rw-r--r--src/northbridge/via/vt8601/raminit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/via/vt8601/raminit.c b/src/northbridge/via/vt8601/raminit.c
index 56f1dad25b..b823d57df4 100644
--- a/src/northbridge/via/vt8601/raminit.c
+++ b/src/northbridge/via/vt8601/raminit.c
@@ -88,7 +88,7 @@ void setnorthb(device_t north, uint8_t reg, uint8_t val)
void
dumpnorth(device_t north)
{
- uint8_t r, c;
+ unsigned int r, c;
for(r = 0; ; r += 16) {
print_debug_hex8(r);
print_debug(":");