]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - post/cpu/mpc8xx/usb.c
POST: preparations for moving CONFIG_POST to Makefiles
[karo-tx-uboot.git] / post / cpu / mpc8xx / usb.c
index 0c74cfa5dae3a905efc09fc3fb6f65bc0831343b..58779812f6afc6ca98e22a287d0b1f227981a4ce 100644 (file)
@@ -34,8 +34,6 @@
  * Initialization Example.
  */
 
-#ifdef CONFIG_POST
-
 #include <post.h>
 
 #if CONFIG_POST & CFG_POST_USB
@@ -265,5 +263,3 @@ int usb_post_test (int flags)
 }
 
 #endif /* CONFIG_POST & CFG_POST_USB */
-
-#endif /* CONFIG_POST */