diff options
| author | Wolfgang Denk <wd@denx.de> | 2010-09-28 23:30:47 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2010-09-28 23:30:47 +0200 | 
| commit | 2e6e1772c0e34871769be4aef79748fe3e47d953 (patch) | |
| tree | 00e4e19d7bccd2a1cd5753854ff4c2b8a26bebb0 /include/status_led.h | |
| parent | 1e4e5ef0469050f014aee1204dae8a9ab6053e49 (diff) | |
| parent | 3df61957938586c512c17e72d83551d190400981 (diff) | |
| download | olio-uboot-2014.01-2e6e1772c0e34871769be4aef79748fe3e47d953.tar.xz olio-uboot-2014.01-2e6e1772c0e34871769be4aef79748fe3e47d953.zip | |
Merge branch 'next' of /home/wd/git/u-boot/next
Conflicts:
	include/ppc4xx.h
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/status_led.h')
| -rw-r--r-- | include/status_led.h | 17 | 
1 files changed, 1 insertions, 16 deletions
| diff --git a/include/status_led.h b/include/status_led.h index f2135954a..b39ca6457 100644 --- a/include/status_led.h +++ b/include/status_led.h @@ -43,7 +43,7 @@ void status_led_tick (unsigned long timestamp);  void status_led_set  (int led, int state);  /*****  TQM8xxL  ********************************************************/ -#if defined(CONFIG_TQM8xxL) && !defined(CONFIG_HMI10) +#if defined(CONFIG_TQM8xxL)  # define STATUS_LED_PAR		im_cpm.cp_pbpar  # define STATUS_LED_DIR		im_cpm.cp_pbdir  # define STATUS_LED_ODR		im_cpm.cp_pbodr @@ -318,21 +318,6 @@ void status_led_set  (int led, int state);  # define STATUS_LED_BOOT        0               /* LED 0 used for boot status */ -/*****  HMI10  **********************************************************/ -#elif defined(CONFIG_HMI10) -# 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		0x00000001	/* LED is on PA15 */ -# 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 */ -  /*****  NetPhone   ********************************************************/  #elif defined(CONFIG_NETPHONE) || defined(CONFIG_NETTA2)  /* XXX empty just to avoid the error */ |