]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/mpc8641hpcn/mpc8641hpcn.c
mx6qsabrelite: search mii phy address 4-7
[u-boot] / board / freescale / mpc8641hpcn / mpc8641hpcn.c
index e3916fc8e431d58de4f2254cef417a2183ff6f89..6a0a3a2b37b3445af210593f78298385e17ef71c 100644 (file)
@@ -50,9 +50,6 @@ int checkboard(void)
        else
                puts ("Promjet\n");
 
-#ifdef CONFIG_PHYS_64BIT
-       printf ("       36-bit physical address map\n");
-#endif
        return 0;
 }
 
@@ -69,7 +66,7 @@ initdram(int board_type)
 
        setup_ddr_bat(dram_size);
 
-       puts("    DDR: ");
+       debug("    DDR: ");
        return dram_size;
 }