diff options
author | Wolfgang Denk | 2010-10-05 22:54:53 +0200 |
---|---|---|
committer | Wolfgang Denk | 2010-10-06 22:22:24 +0200 |
commit | 544d97e9aa904e489f9e87bae6a6b41cb031cbe9 (patch) | |
tree | 66b3ba6c3442bbbd6b4b917aa1b73b07f7a78708 /include/status_led.h | |
parent | 6f984adb31b9a591f12a960b0a8efc665c0ed3e8 (diff) |
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.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/status_led.h b/include/status_led.h index b39ca645774..45fdc667580 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 |