]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/fads/lamp.c
* Patch by Yuli Barcohen, 3 Dec 2003:
[people/ms/u-boot.git] / 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 */