]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/mpl/mip405/cmd_mip405.c
Patch by Kenneth Johansson, 30 Jun 2003:
[people/ms/u-boot.git] / board / mpl / mip405 / cmd_mip405.c
index 2075fbd227efefc199ea26105db1f244a195e6b8..0f28fa2bf695f3278a38ab57176f57bb1394c39e 100644 (file)
@@ -53,8 +53,8 @@ int do_mip405(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
        }
        return (do_mplcommon(cmdtp, flag, argc, argv));
 }
-cmd_tbl_t U_BOOT_CMD(mip405) = MK_CMD_ENTRY(
-       "mip405",       6,      1,      do_mip405,
+U_BOOT_CMD(
+       mip405, 6,      1,      do_mip405,
        "mip405  - MIP405 specific Cmds\n",
        "flash mem [SrcAddr] - updates U-Boot with image in memory\n"
        "mip405 flash mps - updates U-Boot with image from MPS\n"