summaryrefslogtreecommitdiffstats
path: root/include/status_led.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-07-10 22:35:59 +0000
committerwdenk <wdenk>2004-07-10 22:35:59 +0000
commit466b74108f5344da0b9afb9b857a8f9e4cf4e656 (patch)
tree8312c2042f8d31543045e24a8fa66f88f1f6131c /include/status_led.h
parent8b07a1103dc7dcadc80c4a9681cfa7d225e8e224 (diff)
downloadblackbird-obmc-uboot-466b74108f5344da0b9afb9b857a8f9e4cf4e656.tar.gz
blackbird-obmc-uboot-466b74108f5344da0b9afb9b857a8f9e4cf4e656.zip
* Rename SBC8560 into sbc8560 for consistency
* Patch by Daniel Poirot, 24 Jun 2004: Add support for Wind River's sbc8240 board * Patches by Yasushi Shoji, 26 Jun 2004: - drivers/serial_xuartlite.c: fix "return 0" in void function - add microblaze support to mkimage tool
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 dc4b898c0e..76a0dfdf33 100644
--- a/include/status_led.h
+++ b/include/status_led.h
@@ -336,6 +336,9 @@ void status_led_set (int led, int state);
/***** NetPhone ********************************************************/
#elif defined(CONFIG_NETPHONE) || defined(CONFIG_NETTA2)
/* XXX empty just to avoid the error */
+/***** sbc8240 ********************************************************/
+#elif defined(CONFIG_WRSBC8240)
+/* XXX empty just to avoid the error */
/************************************************************************/
#else
# error Status LED configuration missing
OpenPOWER on IntegriCloud