diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-08 00:47:14 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-08 00:47:14 +0200 |
commit | 452e8e72ada5141f58008a902e1d4be42ce15abb (patch) | |
tree | 45257beaecadf9636d3794001cc3056144908398 /include/configs/PM856.h | |
parent | 8b019da650f307560e4e796ae32509c55e64176f (diff) | |
download | u-boot-imx-452e8e72ada5141f58008a902e1d4be42ce15abb.zip u-boot-imx-452e8e72ada5141f58008a902e1d4be42ce15abb.tar.gz u-boot-imx-452e8e72ada5141f58008a902e1d4be42ce15abb.tar.bz2 |
Fix build problems for PM856 Board
Diffstat (limited to 'include/configs/PM856.h')
-rw-r--r-- | include/configs/PM856.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/configs/PM856.h b/include/configs/PM856.h index 5dae1b6..4d83487 100644 --- a/include/configs/PM856.h +++ b/include/configs/PM856.h @@ -39,6 +39,7 @@ #define CONFIG_E500 1 /* BOOKE e500 family */ #define CONFIG_MPC85xx 1 /* MPC8540/MPC8560 */ #define CONFIG_MPC8560 1 /* MPC8560 specific */ +#define CONFIG_CPM2 1 /* Has a CPM2 */ #define CONFIG_PM856 1 /* PM856 board specific */ #define CONFIG_PCI @@ -48,6 +49,7 @@ #define CONFIG_DDR_ECC /* only for ECC DDR module */ #define CONFIG_DDR_DLL /* possible DLL fix needed */ #define CONFIG_DDR_2T_TIMING /* Sets the 2T timing bit */ +#define CONFIG_MEM_INIT_VALUE 0xDEADBEEF /* @@ -253,7 +255,9 @@ #define CONFIG_MII 1 /* MII PHY management */ #define CONFIG_MPC85XX_TSEC1 1 +#define CONFIG_MPC85XX_TSEC1_NAME "TSEC0" #define CONFIG_MPC85XX_TSEC2 1 +#define CONFIG_MPC85XX_TSEC2_NAME "TSEC1" #undef CONFIG_MPC85XX_FEC #define TSEC1_PHY_ADDR 0 #define TSEC2_PHY_ADDR 1 @@ -262,7 +266,7 @@ #endif /* CONFIG_TSEC_ENET */ -#define CONFIG_ETHPRIME "ENET0" +#define CONFIG_ETHPRIME "TSEC0" #define CONFIG_ETHER_ON_FCC /* define if ether on FCC */ #undef CONFIG_ETHER_NONE /* define if ether on something else */ |