diff options
author | wdenk | 2004-03-25 19:29:38 +0000 |
---|---|---|
committer | wdenk | 2004-03-25 19:29:38 +0000 |
commit | 0608e04da9d0df5d00cf48a1d9141e2ea1bc9635 (patch) | |
tree | 28fa0ea5f1d70d9bae2eaca42643804235141d12 /include/status_led.h | |
parent | b79a11cc2bda7a4d5e00444427a0d06b4e86a990 (diff) |
* 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.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/status_led.h b/include/status_led.h index 4840c491095..441b0c23187 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 |