]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - post/drivers/i2c.c
POST: preparations for moving CONFIG_POST to Makefiles
[people/ms/u-boot.git] / post / drivers / i2c.c
index 1b2e64471b30145607aed0594b8f5c1fd30f7e7e..f54fe9970a28e7f41b48bf780647feae4e74f853 100644 (file)
@@ -23,8 +23,6 @@
 
 #include <common.h>
 
-#ifdef CONFIG_POST
-
 /*
  * I2C test
  *
@@ -91,4 +89,3 @@ int i2c_post_test (int flags)
 }
 
 #endif /* CONFIG_POST & CFG_POST_I2C */
-#endif /* CONFIG_POST */