X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=board%2Ffreescale%2Fp3060qds%2Fp3060qds.c;h=c7cca2a0ccdff63d7c06c5e6895c456b6a61993a;hb=5d065c3e103133f811fdf77f6b793950fc3d3424;hp=c6c74f200450344f8885d1b2ff2712e085bfff7f;hpb=7708d8b352e9e595f6f08afd3206af6495c7dc09;p=karo-tx-uboot.git diff --git a/board/freescale/p3060qds/p3060qds.c b/board/freescale/p3060qds/p3060qds.c index c6c74f2004..c7cca2a0cc 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]);