]> git.sur5r.net Git - u-boot/blobdiff - board/hymod/bsp.c
Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent
[u-boot] / board / hymod / bsp.c
index f131e51d4e2281e4c08436e53b65b9ee9c1b8198..0596fa4aadeb5d7fd80f45a15e139ba1bebd17c1 100644 (file)
@@ -27,7 +27,6 @@
 #include <command.h>
 #include <net.h>
 #include <asm/iopin_8260.h>
-#include <cmd_bsp.h>
 
 /*-----------------------------------------------------------------------
  * Board Special Commands: FPGA load/store, EEPROM erase
@@ -276,8 +275,8 @@ do_fpga (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
        printf ("Usage:\n%s\n", cmdtp->usage);
        return 1;
 }
-cmd_tbl_t U_BOOT_CMD(fpga) = MK_CMD_ENTRY(
-       "fpga", 6,      1,      do_fpga,
+U_BOOT_CMD(
+       fpga,   6,      1,      do_fpga,
        "fpga    - FPGA sub-system\n",
        "load [type] addr size\n"
        "  - write the configuration data at memory address `addr',\n"
@@ -335,8 +334,8 @@ do_eecl (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
 
        return 0;
 }
-cmd_tbl_t U_BOOT_CMD(eec) = MK_CMD_ENTRY(
-       "eeclear",      1,      0,      do_eecl,
+U_BOOT_CMD(
+       eeclear,        1,      0,      do_eecl,
        "eeclear - Clear the eeprom on a Hymod board \n",
        "[type]\n"
        "  - write zeroes into the EEPROM on the board of type `type'\n"