Re: [PATCH v2 2/4] mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES based on DT compatible

2020-01-31 Thread Masahiro Yamada
On Thu, Jan 30, 2020 at 12:57 AM Masahiro Yamada wrote: > > Currently, the denali NAND driver in U-Boot configures the > SPARE_AREA_SKIP_BYTES based on the CONFIG option. > > Recently, Linux kernel merged a patch that associates the proper > value for this register with the DT compatible string. >

[PATCH v2 2/4] mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES based on DT compatible

2020-01-29 Thread Masahiro Yamada
Currently, the denali NAND driver in U-Boot configures the SPARE_AREA_SKIP_BYTES based on the CONFIG option. Recently, Linux kernel merged a patch that associates the proper value for this register with the DT compatible string. Do likewise in U-Boot too. The denali_spl.c still uses CONFIG_NAND_