diff options
Diffstat (limited to 'common/cmd_spi.c')
| -rw-r--r-- | common/cmd_spi.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/common/cmd_spi.c b/common/cmd_spi.c index 3118d279b..760442214 100644 --- a/common/cmd_spi.c +++ b/common/cmd_spi.c @@ -29,8 +29,6 @@  #include <command.h>  #include <spi.h> -#if defined(CONFIG_CMD_SPI) -  /*-----------------------------------------------------------------------   * Definitions   */ @@ -139,5 +137,3 @@ U_BOOT_CMD(  	"<bit_len> - Number of bits to send (base 10)\n"  	"<dout>    - Hexadecimal string that gets sent\n"  ); - -#endif |