[U-Boot] [PATCH] powerpc/p3060qds: remove useless CONFIG_PHYS_64BIT
Shengzhou Liu
Shengzhou.Liu at freescale.com
Tue Dec 6 09:12:48 CET 2011
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 at freescale.com>
---
board/freescale/p3060qds/p3060qds.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
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]);
--
1.6.4
More information about the U-Boot
mailing list