summaryrefslogtreecommitdiff
path: root/cpu/ppc4xx/tlb.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-07-10 10:50:38 +0200
committerWolfgang Denk <wd@denx.de>2008-07-10 10:50:38 +0200
commitc4b81f3238d77a4df343bd70ddfb7ebd29ca1dda (patch)
treeaec9936268a0f04695290dc2b5b2a81f6373d968 /cpu/ppc4xx/tlb.c
parente870690bdca154943ecadd5212d2d59c1b9d391b (diff)
parentb002144e1dc21374b1ef5281fe6b5d014af96650 (diff)
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
Diffstat (limited to 'cpu/ppc4xx/tlb.c')
-rw-r--r--cpu/ppc4xx/tlb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/ppc4xx/tlb.c b/cpu/ppc4xx/tlb.c
index f44822d..24a9a9c 100644
--- a/cpu/ppc4xx/tlb.c
+++ b/cpu/ppc4xx/tlb.c
@@ -316,12 +316,12 @@ static void program_tlb_addr(u64 phys_addr,
virt_addr += TLB_1KB_SIZE;
}
} else {
- printf("ERROR: no TLB size exists for the base address 0x%0X.\n",
+ printf("ERROR: no TLB size exists for the base address 0x%llx.\n",
phys_addr);
}
if (rc != 0)
- printf("ERROR: no TLB entries available for the base addr 0x%0X.\n",
+ printf("ERROR: no TLB entries available for the base addr 0x%llx.\n",
phys_addr);
}