From 0d4983930a3559be92452761cfa268ee9d0f2773 Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 1 Jul 2003 21:06:45 +0000 Subject: Patch by Kenneth Johansson, 30 Jun 2003: get rid of MK_CMD_ENTRY macro; update doc/README.command --- common/cmd_spi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/cmd_spi.c') diff --git a/common/cmd_spi.c b/common/cmd_spi.c index 82cb673f5..3335a1406 100644 --- a/common/cmd_spi.c +++ b/common/cmd_spi.c @@ -131,8 +131,8 @@ int do_spi (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) /***************************************************/ -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", " - Send bits from out the SPI\n" " - Identifies the chip select of the device\n" -- cgit v1.2.3