summaryrefslogtreecommitdiffstats
path: root/include/status_led.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-03-25 19:29:38 +0000
committerwdenk <wdenk>2004-03-25 19:29:38 +0000
commit0608e04da9d0df5d00cf48a1d9141e2ea1bc9635 (patch)
tree28fa0ea5f1d70d9bae2eaca42643804235141d12 /include/status_led.h
parentb79a11cc2bda7a4d5e00444427a0d06b4e86a990 (diff)
downloadblackbird-obmc-uboot-0608e04da9d0df5d00cf48a1d9141e2ea1bc9635.tar.gz
blackbird-obmc-uboot-0608e04da9d0df5d00cf48a1d9141e2ea1bc9635.zip
* Patch by Klaus Heydeck, 13 Mar 2003:
Add support for KUP4X Board
Diffstat (limited to 'include/status_led.h')
-rw-r--r--include/status_led.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/status_led.h b/include/status_led.h
index 4840c49109..441b0c2318 100644
--- a/include/status_led.h
+++ b/include/status_led.h
@@ -269,8 +269,8 @@ void status_led_set (int led, int state);
# define STATUS_LED_ACTIVE 1 /* LED on for bit == 0 */
# define STATUS_LED_BOOT 0 /* LED 0 used for boot status */
-/***** KUP4K ********************************************************/
-#elif defined(CONFIG_KUP4K)
+/***** KUP4K, KUP4X ****************************************************/
+#elif defined(CONFIG_KUP4K) || defined(CONFIG_KUP4X) || defined(CONFIG_CCM)
# define STATUS_LED_PAR im_ioport.iop_papar
# define STATUS_LED_DIR im_ioport.iop_padir
OpenPOWER on IntegriCloud