mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02:00
Patch by Kenneth Johansson, 30 Jun 2003:
get rid of MK_CMD_ENTRY macro; update doc/README.command
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user