Patch by Kenneth Johansson, 30 Jun 2003:
get rid of MK_CMD_ENTRY macro; update doc/README.command
diff --git a/common/cmd_spi.c b/common/cmd_spi.c
index 82cb673..3335a14 100644
--- a/common/cmd_spi.c
+++ b/common/cmd_spi.c
@@ -131,8 +131,8 @@
/***************************************************/
-cmd_tbl_t U_BOOT_CMD(SPI) = MK_CMD_ENTRY(
- "sspi", 5, 1, do_spi,
+U_BOOT_CMD(
+ sspi, 5, 1, do_spi,
"sspi - SPI utility commands\n",
"<device> <bit_len> <dout> - Send <bit_len> bits from <dout> out the SPI\n"
"<device> - Identifies the chip select of the device\n"