]> git.sur5r.net Git - u-boot/blobdiff - board/fads/lamp.c
fsl_pci: create a SET_STD_PCI_INFO() helper wrapper
[u-boot] / board / fads / lamp.c
index b12147740e4c1e3fd773a4c8cea25d2a7e46f491..4e58291c06970ae638c8fba00adb26b5a083d942 100644 (file)
@@ -1,4 +1,7 @@
 #include <config.h>
+
+#ifndef CONFIG_ADS /* Old ADS has not got any user-controllable LED */
+
 #include <common.h>
 
 void
@@ -40,3 +43,5 @@ fast_blink(unsigned int n)
     signal_delay(0x00100000);
   }
 }
+
+#endif /* !CONFIG_ADS */