X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=common%2Fcmd_spi.c;h=76044221416c9fbd194828b6f4c6bd35fdd461fd;hb=2242f5369822bc7780db95c47985bb408ea9157b;hp=a6fdf7fddbd0924e7d10c0a9171df35ec88b98c9;hpb=77ddac9480d63a80b6bb76d7ee4dcc2d1070867e;p=u-boot diff --git a/common/cmd_spi.c b/common/cmd_spi.c index a6fdf7fddb..7604422141 100644 --- a/common/cmd_spi.c +++ b/common/cmd_spi.c @@ -29,8 +29,6 @@ #include #include -#if (CONFIG_COMMANDS & CFG_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 /* CFG_CMD_SPI */