From 0608e04da9d0df5d00cf48a1d9141e2ea1bc9635 Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 25 Mar 2004 19:29:38 +0000 Subject: * Patch by Klaus Heydeck, 13 Mar 2003: Add support for KUP4X Board --- include/status_led.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/status_led.h') 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 -- cgit v1.2.1