X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=common%2Fcmd_spi.c;h=76044221416c9fbd194828b6f4c6bd35fdd461fd;hb=2242f5369822bc7780db95c47985bb408ea9157b;hp=3118d279b97dcea25658f561b06d6b1bfde7ff29;hpb=b8685affe614ccf5f4ec66252b30e2e524d18948;p=u-boot 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 #include -#if defined(CONFIG_CMD_SPI) - /*----------------------------------------------------------------------- * Definitions */ @@ -139,5 +137,3 @@ U_BOOT_CMD( " - Number of bits to send (base 10)\n" " - Hexadecimal string that gets sent\n" ); - -#endif