]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_i2c.c
[BUILD] conditionally compile common/cmd_*.c in common/Makefile
[karo-tx-uboot.git] / common / cmd_i2c.c
index a684a580e6edc24f54f057ad0a93de8d40659d95..10cab4609a5da87c2d7a1fc67db302d40f4991b9 100644 (file)
@@ -86,9 +86,6 @@
 #include <i2c.h>
 #include <asm/byteorder.h>
 
-#if defined(CONFIG_CMD_I2C)
-
-
 /* Display values from last command.
  * Memory modify remembered values are different from display memory.
  */
@@ -1024,5 +1021,3 @@ U_BOOT_CMD(
        "      (valid chip values 50..57)\n"
 );
 #endif
-
-#endif