summaryrefslogtreecommitdiffstats
path: root/include/status_led.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-12-15 23:26:09 +0900
committerTom Rini <trini@ti.com>2015-01-05 12:08:51 -0500
commit4317d070db98281fe2f65da01398a6e05a423d70 (patch)
treeb6e11161127ed9ac2d97526aa702a835b060ba91 /include/status_led.h
parent3c5b20f1b7c6687813d193033adddf0f93a3335d (diff)
downloadtalos-obmc-uboot-4317d070db98281fe2f65da01398a6e05a423d70.tar.gz
talos-obmc-uboot-4317d070db98281fe2f65da01398a6e05a423d70.zip
mpc8xx: remove KUP4X, KUP4K board support
These boards are still non-generic boards. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Klaus Heydeck <heydeck@kieback-peter.de>
Diffstat (limited to 'include/status_led.h')
-rw-r--r--include/status_led.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/status_led.h b/include/status_led.h
index c5de894332..1feeff5999 100644
--- a/include/status_led.h
+++ b/include/status_led.h
@@ -158,22 +158,6 @@ 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, KUP4X ****************************************************/
-#elif defined(CONFIG_KUP4K) || defined(CONFIG_KUP4X)
-
-# define STATUS_LED_PAR im_ioport.iop_papar
-# define STATUS_LED_DIR im_ioport.iop_padir
-# define STATUS_LED_ODR im_ioport.iop_paodr
-# define STATUS_LED_DAT im_ioport.iop_padat
-
-# define STATUS_LED_BIT 0x00000300 /* green + red PA[8]=yellow, PA[7]=red, PA[6]=green */
-# define STATUS_LED_PERIOD (CONFIG_SYS_HZ / 2)
-# define STATUS_LED_STATE STATUS_LED_BLINKING
-
-# define STATUS_LED_ACTIVE 1 /* LED on for bit == 1 */
-
-# define STATUS_LED_BOOT 0 /* LED 0 used for boot status */
-
#elif defined(CONFIG_V38B)
# define STATUS_LED_BIT 0x0010 /* Timer7 GPIO */
OpenPOWER on IntegriCloud