]> git.sur5r.net Git - u-boot/blobdiff - board/pandora/pandora.c
usb: s3c-otg: Staticize functions in s3c_udc_otg_xfer_dma.c
[u-boot] / board / pandora / pandora.c
index 59b5a7e2cd01c34afe4524ef4d8e31f4c1f49f68..b371a40d32b0529a4c9c228eb1b9508b911319c0 100644 (file)
@@ -102,7 +102,7 @@ int misc_init_r(void)
                TWL4030_BB_CFG_BBCHEN | TWL4030_BB_CFG_BBSEL_3200MV |
                TWL4030_BB_CFG_BBISEL_500UA);
 
-       dieid_num_r();
+       omap_die_id_display();
 
        return 0;
 }