diff options
author | Masahiro Yamada | 2014-12-15 23:26:13 +0900 |
---|---|---|
committer | Tom Rini | 2015-01-05 12:08:52 -0500 |
commit | f017cd7f71fa98be4b3222a7c314ef000296c51a (patch) | |
tree | e99514525652308ae1d3ffa3f9378828ccbbbecd /include/status_led.h | |
parent | 79cbecb81ba8ed05ca890587f6eead0555c90293 (diff) |
mpc8xx: remove NETVIA board support
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Pantelis Antoniou <panto@intracom.gr>
Diffstat (limited to 'include/status_led.h')
-rw-r--r-- | include/status_led.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/include/status_led.h b/include/status_led.h index 1feeff5999a..919e3ae31b3 100644 --- a/include/status_led.h +++ b/include/status_led.h @@ -122,29 +122,6 @@ void status_led_set (int led, int state); * filling this file up with lots of custom board stuff. */ -/***** NetVia ********************************************************/ -#elif defined(CONFIG_NETVIA) - -#if !defined(CONFIG_NETVIA_VERSION) || CONFIG_NETVIA_VERSION == 1 - -#define STATUS_LED_PAR im_ioport.iop_pdpar -#define STATUS_LED_DIR im_ioport.iop_pddir -#undef STATUS_LED_ODR -#define STATUS_LED_DAT im_ioport.iop_pddat - -# define STATUS_LED_BIT 0x0080 /* PD.8 */ -# define STATUS_LED_PERIOD (CONFIG_SYS_HZ / 2) -# define STATUS_LED_STATE STATUS_LED_BLINKING - -# define STATUS_LED_BIT1 0x0040 /* PD.9 */ -# define STATUS_LED_PERIOD1 (CONFIG_SYS_HZ / 2) -# define STATUS_LED_STATE1 STATUS_LED_OFF - -# define STATUS_LED_ACTIVE 0 /* LED on for bit == 0 */ -# define STATUS_LED_BOOT 0 /* LED 0 used for boot status */ - -#endif - /***** CMI ********************************************************/ #elif defined(CONFIG_CMI) # define STATUS_LED_DIR im_mios.mios_mpiosm32ddr |