diff options
author | Masahiro Yamada | 2014-06-20 13:54:54 +0900 |
---|---|---|
committer | Tom Rini | 2014-07-07 19:43:02 -0400 |
commit | c51c1c9af95ff4fa365024e4d815576e818c51aa (patch) | |
tree | eee7dcee3d3a05804d30e618ac03e36189812741 /include/status_led.h | |
parent | c750b9c01223034f5ad49da3f0fe834f1cb0a93f (diff) |
mpc8xx: remove netta, netta2, netphone board support
These boards are old enough and have no maintainers.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/status_led.h')
-rw-r--r-- | include/status_led.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/status_led.h b/include/status_led.h index 61eb66a8975..0eb91b86951 100644 --- a/include/status_led.h +++ b/include/status_led.h @@ -231,9 +231,6 @@ void status_led_set (int led, int state); # define STATUS_LED_BOOT 0 /* LED 0 used for boot status */ -/***** NetPhone ********************************************************/ -#elif defined(CONFIG_NETPHONE) || defined(CONFIG_NETTA2) -/* XXX empty just to avoid the error */ /***** STx XTc ********************************************************/ #elif defined(CONFIG_STXXTC) /* XXX empty just to avoid the error */ |