From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 19 Aug 2013 16:37:52 -0700 Subject: [U-Boot] [PATCH] powerpc/p1010rdb: remove CONFIG_SYS_FSL_ESDHC_P1010_BROKEN_SDCLK In-Reply-To: <1376531113-8779-1-git-send-email-Shengzhou.Liu@freescale.com> References: <1376531113-8779-1-git-send-email-Shengzhou.Liu@freescale.com> Message-ID: <5212AC50.6070101@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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