summaryrefslogtreecommitdiffstats
path: root/include/status_led.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-10-05 22:54:53 +0200
committerWolfgang Denk <wd@denx.de>2010-10-06 22:22:24 +0200
commit544d97e9aa904e489f9e87bae6a6b41cb031cbe9 (patch)
tree66b3ba6c3442bbbd6b4b917aa1b73b07f7a78708 /include/status_led.h
parent6f984adb31b9a591f12a960b0a8efc665c0ed3e8 (diff)
downloadtalos-obmc-uboot-544d97e9aa904e489f9e87bae6a6b41cb031cbe9.tar.gz
talos-obmc-uboot-544d97e9aa904e489f9e87bae6a6b41cb031cbe9.zip
PCU_E: remove code for yet another corpse
The PCU_E board has long reached EOL, and support for it is no longer relevant in current versions of U-Boot. Remove it. Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/status_led.h')
-rw-r--r--include/status_led.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/status_led.h b/include/status_led.h
index b39ca64577..45fdc66758 100644
--- a/include/status_led.h
+++ b/include/status_led.h
@@ -190,8 +190,8 @@ void status_led_set (int led, int state);
# define STATUS_LED_BOOT 0 /* LED 0 used for boot status */
-/***** PCU E and CCM ************************************************/
-#elif (defined(CONFIG_PCU_E) || defined(CONFIG_CCM))
+/***** CCM ************************************************************/
+#elif defined(CONFIG_CCM)
# define STATUS_LED_PAR im_cpm.cp_pbpar
# define STATUS_LED_DIR im_cpm.cp_pbdir
OpenPOWER on IntegriCloud