diff options
author | wdenk <wdenk> | 2003-07-01 21:06:45 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-07-01 21:06:45 +0000 |
commit | 0d4983930a3559be92452761cfa268ee9d0f2773 (patch) | |
tree | cfb77c1274a959cde007a7ac4e18b4b0d67bd253 /board/esd | |
parent | b37c7e5e5c3c80c68f49a31c4308b159bb5bda1a (diff) | |
download | u-boot-imx-0d4983930a3559be92452761cfa268ee9d0f2773.zip u-boot-imx-0d4983930a3559be92452761cfa268ee9d0f2773.tar.gz u-boot-imx-0d4983930a3559be92452761cfa268ee9d0f2773.tar.bz2 |
Patch by Kenneth Johansson, 30 Jun 2003:
get rid of MK_CMD_ENTRY macro; update doc/README.command
Diffstat (limited to 'board/esd')
-rw-r--r-- | board/esd/dasa_sim/cmd_dasa_sim.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/esd/dasa_sim/cmd_dasa_sim.c b/board/esd/dasa_sim/cmd_dasa_sim.c index 0ebe09e..9edb3af 100644 --- a/board/esd/dasa_sim/cmd_dasa_sim.c +++ b/board/esd/dasa_sim/cmd_dasa_sim.c @@ -225,8 +225,8 @@ int do_pci9054 (cmd_tbl_t * cmdtp, int flag, int argc, } -cmd_tbl_t U_BOOT_CMD (pci9054) = MK_CMD_ENTRY( - "pci9054", 3, 1, do_pci9054, +U_BOOT_CMD( + pci9054, 3, 1, do_pci9054, "pci9054 - PLX PCI9054 EEPROM access\n", "pci9054 info - print EEPROM values\n" "pci9054 update - updates EEPROM with default values\n" |