Add support for BMS2003 board
[platform/kernel/u-boot.git] / common / cmd_fpga.c
index f8ae52a..8e180da 100644 (file)
@@ -27,7 +27,6 @@
  */
 #include <common.h>
 #include <command.h>
-#include <cmd_bsp.h>
 #if (CONFIG_COMMANDS & CFG_CMD_NET)
 #include <net.h>
 #endif
@@ -155,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"