diff options
author | Wolfgang Denk <wd@denx.de> | 2010-09-07 21:52:29 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-09-07 21:52:29 +0200 |
commit | c0026fc58145724f2604aca1797189f453da4a7a (patch) | |
tree | fd6ea44dc773653797d1a00896c39453c29e3e70 /include | |
parent | 1b43b5d7a637b3da97304724c9a7ddfd0d9c0f76 (diff) | |
parent | f3cac5384074f3c20b5bcbbdbccbe1e2e25ffc76 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/APC405.h | 1 | ||||
-rw-r--r-- | include/ppc440.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/APC405.h b/include/configs/APC405.h index 20849bc685b..a7724adb42c 100644 --- a/include/configs/APC405.h +++ b/include/configs/APC405.h @@ -104,6 +104,7 @@ #define CONFIG_NET_MULTI 1 #undef CONFIG_HAS_ETH1 +#define CONFIG_PPC4xx_EMAC #define CONFIG_MII 1 /* MII PHY management */ #define CONFIG_PHY_ADDR 0 /* PHY address */ #define CONFIG_LXT971_NO_SLEEP 1 diff --git a/include/ppc440.h b/include/ppc440.h index c807dda2ae7..67277539a40 100644 --- a/include/ppc440.h +++ b/include/ppc440.h @@ -1711,6 +1711,7 @@ #if defined(CONFIG_440EP) || defined(CONFIG_440GR) || \ defined(CONFIG_440EPX) || defined(CONFIG_440GRX) #define CPR0_ICFG_RLI_MASK 0x80000000 +#define CPR0_ICFG_ICS_MASK 0x00000007 #define CPR0_SPCID_SPCIDV0_MASK 0x03000000 #define CPR0_SPCID_SPCIDV0_DIV1 0x01000000 #define CPR0_SPCID_SPCIDV0_DIV2 0x02000000 |