mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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>
This commit is contained in:
committed by
Tom Rini
parent
79cbecb81b
commit
f017cd7f71
@@ -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
|
||||
|
Reference in New Issue
Block a user