
On 08/14/2013 06:45 PM, Shengzhou Liu wrote:
CONFIG_SYS_FSL_ESDHC_P1010_BROKEN_SDCLK was needed only on obsolete P1010RDB Rev.B non-formal board, not reproduced on P1010RDB Rev.C and new P1010RDB-PB, now it's no longer needed.
Signed-off-by: Shengzhou Liu Shengzhou.Liu@freescale.com
arch/powerpc/include/asm/config_mpc85xx.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/arch/powerpc/include/asm/config_mpc85xx.h b/arch/powerpc/include/asm/config_mpc85xx.h index e5dee85..dfb2d17 100644 --- a/arch/powerpc/include/asm/config_mpc85xx.h +++ b/arch/powerpc/include/asm/config_mpc85xx.h @@ -139,7 +139,6 @@ #define CONFIG_TSECV2 #define CONFIG_SYS_FSL_SEC_COMPAT 4 #define CONFIG_SYS_FSL_ERRATUM_ESDHC111 -#define CONFIG_SYS_FSL_ESDHC_P1010_BROKEN_SDCLK #define CONFIG_NUM_DDR_CONTROLLERS 1 #define CONFIG_SYS_FSL_NUM_USB_CTRLS 1 #define CONFIG_SYS_FSL_IFC_BANK_COUNT 4
Shengzhou,
Please check your patch and rebase to latest master if necessary. I cannot find CONFIG_SYS_FSL_ESDHC_P1010_BROKEN_SDCLK for P1010RDB. It does show up for BSC9132 but I doubt that is what you are trying to remove.
York