diff options
Diffstat (limited to 'common/command.c')
-rw-r--r-- | common/command.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/command.c b/common/command.c index db39b41..f70cad8 100644 --- a/common/command.c +++ b/common/command.c @@ -46,6 +46,7 @@ #include <cmd_eeprom.h> #include <cmd_i2c.h> +#include <cmd_spi.h> #include <cmd_immap.h> #include <cmd_rtc.h> @@ -316,6 +317,7 @@ cmd_tbl_t cmd_tbl[] = { CMD_TBL_MISC /* sleep */ CMD_TBL_SMCINFO CMD_TBL_SPIINFO + CMD_TBL_SPI CMD_TBL_STACK CMD_TBL_STEP CMD_TBL_TFTPB |