Re: [U-Boot] [PATCH 4/6] arm: socfpga: arria10: don't build GEN5 sdram for arria10

2016-01-10 Thread Marek Vasut
On Friday, January 08, 2016 at 04:51:21 PM, dingu...@opensource.altera.com wrote: > From: Dinh Nguyen > > The Arria10 device will not be able to re-use the GEN5 SDRAM controller, > so we shouldn't build the driver. Move CONFIG_ALTERA_SDRAM to Kconfig > option in drivers/ddr/altera/Kconfig. > >

[U-Boot] [PATCH 4/6] arm: socfpga: arria10: don't build GEN5 sdram for arria10

2016-01-08 Thread dinguyen
From: Dinh Nguyen The Arria10 device will not be able to re-use the GEN5 SDRAM controller, so we shouldn't build the driver. Move CONFIG_ALTERA_SDRAM to Kconfig option in drivers/ddr/altera/Kconfig. Signed-off-by: Dinh Nguyen --- drivers/Kconfig | 2 ++ drivers/ddr/Kconfig