From 544d97e9aa904e489f9e87bae6a6b41cb031cbe9 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Tue, 5 Oct 2010 22:54:53 +0200 Subject: 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 --- include/status_led.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/status_led.h') 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 -- cgit v1.2.1