diff options
author | Wolfgang Denk <wd@denx.de> | 2011-02-06 22:28:34 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-02-06 22:28:34 +0100 |
commit | e9e481f74b4ebb75858a535a79dbb1cde6aff0b6 (patch) | |
tree | 9eb9f92fd053600c37f77d36ea86f53ce23acfb1 /arch/powerpc/include/asm/config_mpc85xx.h | |
parent | f69b980d108b5f15ca7dd3f4284d5a66488c3625 (diff) | |
parent | 04a641df25c73283ce22dc5fdf8bc6d56d1d3742 (diff) | |
download | u-boot-imx-e9e481f74b4ebb75858a535a79dbb1cde6aff0b6.zip u-boot-imx-e9e481f74b4ebb75858a535a79dbb1cde6aff0b6.tar.gz u-boot-imx-e9e481f74b4ebb75858a535a79dbb1cde6aff0b6.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'arch/powerpc/include/asm/config_mpc85xx.h')
-rw-r--r-- | arch/powerpc/include/asm/config_mpc85xx.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/config_mpc85xx.h b/arch/powerpc/include/asm/config_mpc85xx.h index 36464aa..3a29d1c 100644 --- a/arch/powerpc/include/asm/config_mpc85xx.h +++ b/arch/powerpc/include/asm/config_mpc85xx.h @@ -77,6 +77,8 @@ #define CONFIG_MAX_CPUS 2 #define CONFIG_SYS_FSL_NUM_LAWS 12 #define CONFIG_SYS_FSL_SEC_COMPAT 2 +#define CONFIG_SYS_FSL_ERRATUM_DDR_115 +#define CONFIG_SYS_FSL_ERRATUM_DDR111_DDR134 #elif defined(CONFIG_P1010) #define CONFIG_MAX_CPUS 1 @@ -130,11 +132,15 @@ #define CONFIG_MAX_CPUS 1 #define CONFIG_SYS_FSL_NUM_LAWS 12 #define CONFIG_SYS_FSL_SEC_COMPAT 2 +#define CONFIG_SYS_FSL_ERRATUM_ESDHC111 +#define CONFIG_SYS_FSL_ERRATUM_ESDHC_A001 #elif defined(CONFIG_P2020) #define CONFIG_MAX_CPUS 2 #define CONFIG_SYS_FSL_NUM_LAWS 12 #define CONFIG_SYS_FSL_SEC_COMPAT 2 +#define CONFIG_SYS_FSL_ERRATUM_ESDHC111 +#define CONFIG_SYS_FSL_ERRATUM_ESDHC_A001 #elif defined(CONFIG_PPC_P2040) #define CONFIG_MAX_CPUS 4 |