
On 01/05/2017 05:28 AM, Tom Rini wrote:
On Wed, Dec 28, 2016 at 08:43:26AM -0800, York Sun wrote:
In this set, more mpc85xx config options are moved into Kconfig, including some shared configuration for DDR, crypto, mmc, etc.
York Sun (24): powerpc: E500: Move CONFIG_E500 and CONFIG_E500MC to Kconfig powerpc: mpc85xx: Move CONFIG_SYS_NUM_TLBCAMS to Kconfig powerpc: mpc85xx: Move CONFIG_SYS_PPC_E500_DEBUG_TLB to Kconfig crypto: Move SYS_FSL_SEC_COMPAT into driver Kconfig crypto: Move CONFIG_SYS_FSL_SEC_LE and _BE to Kconfig powerpc: mpc85xx: Remove variant SoCs T1020/T1022/T1013/T1014 powerpc: T1023RDB: Remove macro CONFIG_T1023RDB powerpc: T1024RDB: Remove macro CONFIG_T1024RDB powerpc: T1040QDS: Remove macro CONFIG_T1040QDS powerpc: T2080QDS: Remove macro T2080QDS powerpc: T2080RDB: Remove macro CONFIG_T2080RDB powerpc: T2081QDS: Remove macro T2081QDS powerpc: T104xQDS: Remove macro CONFIG_T104xD4QDS fsl_ddr: Move DDR config options to driver Kconfig arm: layerscape: Move CONFIG_SYS_FSL_ERRATUM_* to Kconfig mmc: move CONFIG_SYS_FSL_ERRATUM_ESDHC* to Kconfig powerpc: mpc85xx: Move CONFIG_SYS_FSL_ERRATUM_* to Kconfig ddr: fsl: Move macro CONFIG_NUM_DDR_CONTROLLERS to Kconfig ddr: fsl: Merge macro CONFIG_NUM_DDR_CONTROLLERS and CONFIG_SYS_NUM_DDR_CTRLS ddr: fsl: Move CONFIG_SYS_FSL_DDR_VER to Kconfig powerpc: mpc85xx: Remove unused ifdef in config header powerpc: E6500: Move macro CONFIG_E6500 to Kconfig powerpc: mpc85xx: Move CONFIG_SYS_FSL_QORIQ_CHASSIS* to Kconfig powerpc: mpc85xx: Move macro CONFIG_SYS_PPC64 to Kconfig
There were a few minor problems in this series which I fixed up. The only remaining "issue" here is that sbc8641d has a ~3KiB size increase. This is due to the issue that previously it did _not_ define CONFIG_SYS_FSL_DDR2 but only CONFIG_SYS_FSL_DDR_86XX and that was a valid build. Now that CONFIG_SYS_FSL_DDR2 is set too, other files are being included and linked.
Thanks, Tom. I will look into SBC8641.
York