diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-08-06 12:59:51 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-21 12:01:12 -0400 |
commit | 0ace4d9d8f33c54611af9f9b786696305aef97c3 (patch) | |
tree | 94c23e787f60bc66ae97db402669b0434b0be5d1 /include/status_led.h | |
parent | 62d636aa2ac2171fd8105cca0b9ea96117b66547 (diff) |
powerpc: mpc8xx: remove stxxtc board support
This board has been orphaned for a while and old enough.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/status_led.h')
-rw-r--r-- | include/status_led.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/status_led.h b/include/status_led.h index b8aaaf78fce..a41d3bc96d9 100644 --- a/include/status_led.h +++ b/include/status_led.h @@ -231,10 +231,6 @@ void status_led_set (int led, int state); # define STATUS_LED_BOOT 0 /* LED 0 used for boot status */ -/***** STx XTc ********************************************************/ -#elif defined(CONFIG_STXXTC) -/* XXX empty just to avoid the error */ -/************************************************************************/ #elif defined(CONFIG_V38B) # define STATUS_LED_BIT 0x0010 /* Timer7 GPIO */ |