summaryrefslogtreecommitdiffstats
path: root/common/cmd_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmd_spi.c')
-rw-r--r--common/cmd_spi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/cmd_spi.c b/common/cmd_spi.c
index 3118d279b9..7604422141 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
OpenPOWER on IntegriCloud