mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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>
This commit is contained in:
parent
6f984adb31
commit
544d97e9aa
15 changed files with 9 additions and 2163 deletions
|
@ -580,11 +580,11 @@ typedef struct scc_enet {
|
|||
/*********************************************************************/
|
||||
|
||||
|
||||
/*** CCM and PCU E ***********************************************/
|
||||
/*** CCM ***********************************************************/
|
||||
|
||||
/* The PCU E and CCM use the FEC on a MPC860T for Ethernet */
|
||||
/* The CCM uses the FEC on a MPC860T for Ethernet */
|
||||
|
||||
#if defined (CONFIG_PCU_E) || defined(CONFIG_CCM)
|
||||
#if defined(CONFIG_CCM)
|
||||
|
||||
#define FEC_ENET /* use FEC for EThernet */
|
||||
#undef SCC_ENET
|
||||
|
@ -605,7 +605,7 @@ typedef struct scc_enet {
|
|||
|
||||
#define PD_MII_MASK ((ushort)0x1FFF) /* PD 3...15 */
|
||||
|
||||
#endif /* CONFIG_PCU_E, CONFIG_CCM */
|
||||
#endif /* CONFIG_CCM */
|
||||
|
||||
/*** ELPT860 *********************************************************/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue