summaryrefslogtreecommitdiffstats
path: root/board/freescale/p1022ds
diff options
context:
space:
mode:
authorJiang Yutang <b14898@freescale.com>2011-01-24 18:21:15 +0800
committerKumar Gala <galak@kernel.crashing.org>2011-04-04 09:24:43 -0500
commit9899ac1951331b855152f8b5d9a8b540936ee947 (patch)
tree0d37dc1bbc93531318195d50237a6dfc25a46d59 /board/freescale/p1022ds
parent19d68d202786efe7400dc2a6412c2d06b2ab38ec (diff)
downloadblackbird-obmc-uboot-9899ac1951331b855152f8b5d9a8b540936ee947.tar.gz
blackbird-obmc-uboot-9899ac1951331b855152f8b5d9a8b540936ee947.zip
powerpc/85xx: Add 36-bit address map support to P1022DS
Signed-off-by: Jiang Yutang <b14898@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/p1022ds')
-rw-r--r--board/freescale/p1022ds/p1022ds.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/freescale/p1022ds/p1022ds.c b/board/freescale/p1022ds/p1022ds.c
index 62beafa71d..6f20dc3b9b 100644
--- a/board/freescale/p1022ds/p1022ds.c
+++ b/board/freescale/p1022ds/p1022ds.c
@@ -53,6 +53,9 @@ int checkboard(void)
u8 sw;
puts("Board: P1022DS ");
+#ifdef CONFIG_PHYS_64BIT
+ puts("(36-bit addrmap) ");
+#endif
printf("Sys ID: 0x%02x, Sys Ver: 0x%02x, FPGA Ver: 0x%02x, ",
in_8(&pixis->id), in_8(&pixis->arch), in_8(&pixis->scver));
OpenPOWER on IntegriCloud