Re: [U-Boot] [PATCH] ARM: socfpga: remove unneeded NAND config options

2017-09-02 Thread Marek Vasut
On 09/02/2017 04:18 PM, Masahiro Yamada wrote: > Hi Marek. Hello Masahiro, > 2017-09-02 18:23 GMT+09:00 Marek Vasut : >> On 09/02/2017 03:53 AM, Masahiro Yamada wrote: >>> CONFIG_NAND_DENALI select's CONFIG_SYS_NAND_SELF_INIT, so the >>> NAND initialization process is driven by the driver itself.

Re: [U-Boot] [PATCH] ARM: socfpga: remove unneeded NAND config options

2017-09-02 Thread Masahiro Yamada
Hi Marek. 2017-09-02 18:23 GMT+09:00 Marek Vasut : > On 09/02/2017 03:53 AM, Masahiro Yamada wrote: >> CONFIG_NAND_DENALI select's CONFIG_SYS_NAND_SELF_INIT, so the >> NAND initialization process is driven by the driver itself. >> CONFIG_SYS_NAND_MAX_CHIPS and CONFIG_SYS_NAND_BASE are unused. >> >

Re: [U-Boot] [PATCH] ARM: socfpga: remove unneeded NAND config options

2017-09-02 Thread Marek Vasut
On 09/02/2017 03:53 AM, Masahiro Yamada wrote: > CONFIG_NAND_DENALI select's CONFIG_SYS_NAND_SELF_INIT, so the > NAND initialization process is driven by the driver itself. > CONFIG_SYS_NAND_MAX_CHIPS and CONFIG_SYS_NAND_BASE are unused. > > Signed-off-by: Masahiro Yamada Acked-by: Marek Vasut

[U-Boot] [PATCH] ARM: socfpga: remove unneeded NAND config options

2017-09-01 Thread Masahiro Yamada
CONFIG_NAND_DENALI select's CONFIG_SYS_NAND_SELF_INIT, so the NAND initialization process is driven by the driver itself. CONFIG_SYS_NAND_MAX_CHIPS and CONFIG_SYS_NAND_BASE are unused. Signed-off-by: Masahiro Yamada --- include/configs/socfpga_common.h | 2 -- 1 file changed, 2 deletions(-) di