summaryrefslogtreecommitdiffstats
path: root/cf-fsi-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'cf-fsi-test.c')
-rw-r--r--cf-fsi-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cf-fsi-test.c b/cf-fsi-test.c
index 5fb408c..29a57be 100644
--- a/cf-fsi-test.c
+++ b/cf-fsi-test.c
@@ -425,7 +425,7 @@ static void dump_stuff(void)
ntohl(readl(sysreg + SRAM_BASE + RSP_DATA)),
ntohl(readl(sysreg + SRAM_BASE + INT_CNT)));
- for (i = 0; i < 256; i++) {
+ for (i = 0; i < 128; i++) {
printf("%02x ", readb(sysreg + SRAM_BASE + TRACEBUF + i));
if ((i % 16) == 15)
printf("\n");
OpenPOWER on IntegriCloud