diff options
author | Zang Roy-R61911 <tie-fei.zang@freescale.com> | 2013-07-04 07:43:33 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2013-08-09 12:41:42 -0700 |
commit | 1218f7eb118fcb1ad66467b1392f05745b4e7c49 (patch) | |
tree | e5e2cbf013233b837ccca96f795132ddef458c6d | |
parent | 7b4e58440f7813a952133e77f2d9c4a475730e40 (diff) | |
download | u-boot-imx-1218f7eb118fcb1ad66467b1392f05745b4e7c49.zip u-boot-imx-1218f7eb118fcb1ad66467b1392f05745b4e7c49.tar.gz u-boot-imx-1218f7eb118fcb1ad66467b1392f05745b4e7c49.tar.bz2 |
powerpc/pcie: remove PCIe version 3.x define for B4860 and B4420
B4860 and B4420 has PCIe version 2.4 IP instead of 3.x
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
-rw-r--r-- | arch/powerpc/include/asm/config_mpc85xx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/config_mpc85xx.h b/arch/powerpc/include/asm/config_mpc85xx.h index 517e9b2..f946389 100644 --- a/arch/powerpc/include/asm/config_mpc85xx.h +++ b/arch/powerpc/include/asm/config_mpc85xx.h @@ -578,7 +578,6 @@ #define CONFIG_SYS_FSL_ERRATUM_A005871 #define CONFIG_SYS_FSL_ERRATUM_A006593 #define CONFIG_SYS_CCSRBAR_DEFAULT 0xfe000000 -#define CONFIG_SYS_FSL_PCI_VER_3_X #ifdef CONFIG_PPC_B4860 #define CONFIG_SYS_FSL_CORES_PER_CLUSTER 4 |