summaryrefslogtreecommitdiffstats
path: root/include/status_led.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-10-06 03:52:24 -0400
committerMike Frysinger <vapier@gentoo.org>2009-01-28 13:26:12 -0500
commit01815c2d06c5b838f2cd536703e47bd2c9148194 (patch)
tree467932e1ddde5b2cf03e4b5dcf42059bda785260 /include/status_led.h
parent6882b5a79a3247494b62c05015fa672557f1bfaa (diff)
downloadblackbird-obmc-uboot-01815c2d06c5b838f2cd536703e47bd2c9148194.tar.gz
blackbird-obmc-uboot-01815c2d06c5b838f2cd536703e47bd2c9148194.zip
Blackfin: implement general support for CONFIG_STATUS_LED
Here are the Blackfin-specific and board-independent pieces for status leds. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
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 79be698850..175972a052 100644
--- a/include/status_led.h
+++ b/include/status_led.h
@@ -346,6 +346,9 @@ void status_led_set (int led, int state);
#elif defined(CONFIG_NIOS2)
/* XXX empty just to avoid the error */
/************************************************************************/
+#elif defined(CONFIG_BLACKFIN)
+/* XXX empty just to avoid the error */
+/************************************************************************/
#elif defined(CONFIG_V38B)
# define STATUS_LED_BIT 0x0010 /* Timer7 GPIO */
OpenPOWER on IntegriCloud