diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2004-07-06 16:57:44 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2004-07-06 16:57:44 +0000 |
commit | badf114438d2518e2d33363603e46c138f1cfd2c (patch) | |
tree | 104e5cf8901a4c13e660c7a61c10562706aac562 | |
parent | 737de849d57cc134fc6c972de29b04e9738da88d (diff) |
fixed again.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1619 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/northbridge/via/vt8601/raminit.c | 2 |
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(":"); |