]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/p3060qds/p3060qds.c
powerpc/85xx: don't display address map size (32-bit vs. 36-bit) during boot
[karo-tx-uboot.git] / board / freescale / p3060qds / p3060qds.c
index c6c74f200450344f8885d1b2ff2712e085bfff7f..c7cca2a0ccdff63d7c06c5e6895c456b6a61993a 100644 (file)
@@ -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]);