]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_fpga.c
Patch by Kenneth Johansson, 30 Jun 2003:
[people/ms/u-boot.git] / common / cmd_fpga.c
index b364f14832af590e3273cf2bab09422140756f6a..8e180da6575d7fabfddfbcf59f473de11780b970 100644 (file)
@@ -154,8 +154,8 @@ static int fpga_get_op( char *opstr )
        return op;
 }
 
-cmd_tbl_t U_BOOT_CMD(FPGA) = MK_CMD_ENTRY(
-       "fpga",    6,     1,     do_fpga,
+U_BOOT_CMD(
+       fpga,    6,     1,     do_fpga,
        "fpga   - loadable FPGA image support\n",
        "fpga [operation type] [device number] [image address] [image size]\n"
        "fpga operations:\n"