]> git.sur5r.net Git - u-boot/blobdiff - board/barco/barco.c
DaVinci: EMAC: Get EMAC_MDIO_PHY_NUM from config files
[u-boot] / board / barco / barco.c
index a19e1edabb24ba2ef8702190b274eb4827454bc4..c5fe8c470849c8d47166e4abaf403fbbedd45b04 100644 (file)
@@ -307,19 +307,19 @@ int barcobcd_boot_image (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 U_BOOT_CMD (
                try_working, 1, 1, barcobcd_boot_image,
                "check flash value and boot the appropriate image",
-               "\n"
+               ""
          );
 
 U_BOOT_CMD (
                boot_working, 1, 1, barcobcd_boot_image,
                "check flash value and boot the appropriate image",
-               "\n"
+               ""
          );
 
 U_BOOT_CMD (
                boot_default, 1, 1, barcobcd_boot_image,
                "check flash value and boot the appropriate image",
-               "\n"
+               ""
          );
 /*
  * We are not using serial communication, so just provide empty functions
@@ -340,10 +340,6 @@ void serial_puts (const char *c)
 {
        return;
 }
-void serial_addr (unsigned int i)
-{
-       return;
-}
 int serial_getc (void)
 {
        return 0;