]> git.sur5r.net Git - u-boot/blobdiff - include/status_led.h
* Added VIA configuration table
[u-boot] / include / status_led.h
index 76a0dfdf33187c17212e6ccbaac98ee963fa4320..a56883b9a5e8d00c0482d51f7b1fe3908c198ac7 100644 (file)
@@ -336,10 +336,16 @@ void status_led_set  (int led, int state);
 /*****  NetPhone   ********************************************************/
 #elif defined(CONFIG_NETPHONE) || defined(CONFIG_NETTA2)
 /* XXX empty just to avoid the error */
+/*****  STx XTc    ********************************************************/
+#elif defined(CONFIG_STXXTC)
+/* XXX empty just to avoid the error */
 /*****  sbc8240   ********************************************************/
 #elif defined(CONFIG_WRSBC8240)
 /* XXX empty just to avoid the error */
 /************************************************************************/
+#elif defined(CONFIG_NIOS2)
+/* XXX empty just to avoid the error */
+/************************************************************************/
 #else
 # error Status LED configuration missing
 #endif