]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/mpc8641hpcn/mpc8641hpcn.c
Merge branch 'master' of /home/wd/git/u-boot/custodians
[u-boot] / board / freescale / mpc8641hpcn / mpc8641hpcn.c
index cd2ce4b75aef591752030e59ec31ea00265479dd..6a0a3a2b37b3445af210593f78298385e17ef71c 100644 (file)
 
 phys_size_t fixed_sdram(void);
 
-int board_early_init_f(void)
-{
-       return 0;
-}
-
 int checkboard(void)
 {
        u8 vboot;
@@ -55,9 +50,6 @@ int checkboard(void)
        else
                puts ("Promjet\n");
 
-#ifdef CONFIG_PHYS_64BIT
-       printf ("       36-bit physical address map\n");
-#endif
        return 0;
 }
 
@@ -74,7 +66,7 @@ initdram(int board_type)
 
        setup_ddr_bat(dram_size);
 
-       puts("    DDR: ");
+       debug("    DDR: ");
        return dram_size;
 }