diff options
author | wdenk <wdenk> | 2004-06-07 23:46:25 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-06-07 23:46:25 +0000 |
commit | 79fa88f3ede051ca860667d5397e6cdc7e74a6d0 (patch) | |
tree | a720e281e25d5846b9c05cb65e58e7e589591b70 /include/status_led.h | |
parent | cea655a224456d043192156fb2d44a0896194adc (diff) | |
download | u-boot-imx-79fa88f3ede051ca860667d5397e6cdc7e74a6d0.zip u-boot-imx-79fa88f3ede051ca860667d5397e6cdc7e74a6d0.tar.gz u-boot-imx-79fa88f3ede051ca860667d5397e6cdc7e74a6d0.tar.bz2 |
Patch by Pantelis Antoniou, 5 May 2004:
- Intracom board update.
- Add Codec POST.
Diffstat (limited to 'include/status_led.h')
-rw-r--r-- | include/status_led.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/status_led.h b/include/status_led.h index cad287d..dc4b898 100644 --- a/include/status_led.h +++ b/include/status_led.h @@ -334,7 +334,7 @@ void status_led_set (int led, int state); # define STATUS_LED_BOOT 0 /* LED 0 used for boot status */ /***** NetPhone ********************************************************/ -#elif defined(CONFIG_NETPHONE) +#elif defined(CONFIG_NETPHONE) || defined(CONFIG_NETTA2) /* XXX empty just to avoid the error */ /************************************************************************/ #else |