summaryrefslogtreecommitdiffstats
path: root/include/status_led.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-10-10 21:27:30 +0000
committerwdenk <wdenk>2004-10-10 21:27:30 +0000
commit5c952cf0245421feb4644f2e71487c0b2e1dbd13 (patch)
tree47b80e839d339fe11dabd01ec8c89b46b791f797 /include/status_led.h
parent03f5c55021c2d6297e66cc11bfea75f149a5d71c (diff)
downloadblackbird-obmc-uboot-5c952cf0245421feb4644f2e71487c0b2e1dbd13.tar.gz
blackbird-obmc-uboot-5c952cf0245421feb4644f2e71487c0b2e1dbd13.zip
Patches by Scott McNutt, 24 Aug 2004:
- Add support for Altera Nios-II processors. - Add support for Psyent PCI-5441 board. - Add support for Psyent PK1C20 board.
Diffstat (limited to 'include/status_led.h')
-rw-r--r--include/status_led.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/status_led.h b/include/status_led.h
index 76a0dfdf33..b80780a690 100644
--- a/include/status_led.h
+++ b/include/status_led.h
@@ -340,6 +340,9 @@ void status_led_set (int led, int state);
#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
OpenPOWER on IntegriCloud