
Hello York,
This patch is not dependent on New SPI driver .
I have analysed the compilation error issue. There has been some recent changes related to SPI_FLASH config which has caused the compilation error. I will send the next version of the patch.
Regards Priyanka
-----Original Message----- From: Sun York-R58495 Sent: Tuesday, June 30, 2015 4:58 AM To: Jain Priyanka-B32167; u-boot@lists.denx.de Cc: Ciubotariu Codrin Constantin-B43658; Wang Dongsheng-B40534 Subject: Re: [PATCH][v7] mpc85xx/T104xD4RDB: Add T104xD4RDB boards support
On 06/05/2015 02:59 AM, Priyanka Jain wrote:
T1040D4RDB is a Freescale reference board that hosts the T1040 SoC. T1040D4RDB is re-designed T1040RDB board with following changes : - Support of DDR4 memory - Support of 0x66 serdes protocol which can support following interfaces - 2 RGMII's on DTSEC4, DTSEC5 - 1 SGMII on DTSEC3 - Support of QE-TDM
Similarily T1042D4RDB is a Freescale reference board that hosts the T1040 SoC. T1042D4RDB is re-designed T1042RDB board with following changes : - Support of DDR4 memory - Support for 0x86 serdes protocol which can support following interfaces - 2 RGMII's on DTSEC4, DTSEC5 - 3 SGMII on DTSEC1, DTSEC2 & DTSEC3 - Support of DIU
Signed-off-by: Priyanka Jain Priyanka.Jain@freescale.com Signed-off-by: Codrin Ciubotariu codrin.ciubotariu@freescale.com Signed-off-by: Wang Dongsheng dongsheng.wang@freescale.com
Does your patch depend on the new SPI flash driver under review? I got compiling error for undefined reference to spi_flash_probe, spi_flash_free.
York