diff options
| author | Prabhakar Kushwaha <prabhakar@freescale.com> | 2013-03-20 18:36:06 +0000 | 
|---|---|---|
| committer | Andy Fleming <afleming@freescale.com> | 2013-05-02 16:56:44 -0500 | 
| commit | f153b682b3ea4f160106329cd5ecbaa1d82afd7b (patch) | |
| tree | 3a09b98a783c0bfa06455aac7df6d36b7b808b04 /arch/powerpc/include/asm/config_mpc85xx.h | |
| parent | df616cae64561ba4773a75469b425698346c4ce8 (diff) | |
| download | olio-uboot-2014.01-f153b682b3ea4f160106329cd5ecbaa1d82afd7b.tar.xz olio-uboot-2014.01-f153b682b3ea4f160106329cd5ecbaa1d82afd7b.zip | |
powerpc/mpc85xx:IFC Errata A003399 is not valid for BSC913x
As per Errata list of BSC9131 and BSC9132, IFC Errata A003399 is no more
valid. So donot compile its workaround.
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'arch/powerpc/include/asm/config_mpc85xx.h')
| -rw-r--r-- | arch/powerpc/include/asm/config_mpc85xx.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/arch/powerpc/include/asm/config_mpc85xx.h b/arch/powerpc/include/asm/config_mpc85xx.h index 284b82a9d..db16af957 100644 --- a/arch/powerpc/include/asm/config_mpc85xx.h +++ b/arch/powerpc/include/asm/config_mpc85xx.h @@ -493,7 +493,6 @@  #define CONFIG_NUM_DDR_CONTROLLERS	1  #define CONFIG_SYS_CCSRBAR_DEFAULT	0xff700000  #define CONFIG_NAND_FSL_IFC -#define CONFIG_SYS_FSL_ERRATUM_IFC_A003399  #define CONFIG_SYS_FSL_ERRATUM_ESDHC111  #elif defined(CONFIG_BSC9132) @@ -506,7 +505,6 @@  #define CONFIG_NUM_DDR_CONTROLLERS	2  #define CONFIG_SYS_CCSRBAR_DEFAULT	0xff700000  #define CONFIG_NAND_FSL_IFC -#define CONFIG_SYS_FSL_ERRATUM_IFC_A003399  #define CONFIG_SYS_FSL_ERRATUM_ESDHC111  #define CONFIG_SYS_FSL_ESDHC_P1010_BROKEN_SDCLK  #define CONFIG_SYS_FSL_PCIE_COMPAT	"fsl,qoriq-pcie-v2.2" |