]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/common/sys_eeprom.c
86xx: Fix compilation warning in sys_eprom.c
[karo-tx-uboot.git] / board / freescale / common / sys_eeprom.c
index 44c097867f3802c7e29f6ffba5fd345b3f73e94f..c8e17d0dd0fdc67a6fc8f0c83035beb4490a7bdf 100644 (file)
@@ -79,7 +79,7 @@ int mac_show(void)
        /* Show Build Date,
         * BCD date values, as YYMMDDhhmmss.
         */
-       printf("Date 20%02x\/%02x\/%02x %02x:%02x:%02x\n",
+       printf("Date 20%02x/%02x/%02x %02x:%02x:%02x\n",
               mac_data.date[0],
               mac_data.date[1],
               mac_data.date[2],