]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/ti/am335x/board.c
am335x: display msg when reading MAC from efuse
[people/ms/u-boot.git] / board / ti / am335x / board.c
index ed4229e258d24e58584b059abbf720625ebffbc8..7332601cbc78a56a482a0072d676cc29db040652 100644 (file)
@@ -393,7 +393,7 @@ int board_eth_init(bd_t *bis)
        uint32_t mac_hi, mac_lo;
 
        if (!eth_getenv_enetaddr("ethaddr", mac_addr)) {
-               debug("<ethaddr> not set. Reading from E-fuse\n");
+               printf("<ethaddr> not set. Reading from E-fuse\n");
                /* try reading mac address from efuse */
                mac_lo = readl(&cdev->macid0l);
                mac_hi = readl(&cdev->macid0h);