diff mbox

[U-Boot] powerpc/p3060qds: remove useless CONFIG_PHYS_64BIT

Message ID 1323159168-16532-1-git-send-email-Shengzhou.Liu@freescale.com
State Superseded, archived
Delegated to: Andy Fleming
Headers show

Commit Message

Shengzhou Liu Dec. 6, 2011, 8:12 a.m. UTC
We are not doing this any more.  The bdinfo command will be updated to
display this information instead, so remove previous display info.

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
---
 board/freescale/p3060qds/p3060qds.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
diff mbox

Patch

diff --git a/board/freescale/p3060qds/p3060qds.c b/board/freescale/p3060qds/p3060qds.c
index c6c74f2..c7cca2a 100644
--- a/board/freescale/p3060qds/p3060qds.c
+++ b/board/freescale/p3060qds/p3060qds.c
@@ -68,9 +68,6 @@  int checkboard(void)
 	else
 		printf("invalid setting of SW%u\n", PIXIS_LBMAP_SWITCH);
 
-#ifdef CONFIG_PHYS_64BIT
-	puts("36-bit Addressing\n");
-#endif
 	puts("Reset Configuration Word (RCW):");
 	for (i = 0; i < ARRAY_SIZE(gur->rcwsr); i++) {
 		u32 rcw = in_be32(&gur->rcwsr[i]);