X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=common%2Fcmd_spi.c;h=76044221416c9fbd194828b6f4c6bd35fdd461fd;hb=a4f762a994657151536360b22c8df8bd56ba82a3;hp=a6fdf7fddbd0924e7d10c0a9171df35ec88b98c9;hpb=038ccac511214b062c56f22b9413f784b86bcd87;p=karo-tx-uboot.git 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 */