Re: [PATCH] mtd: pxa3xx_nand: add a default chunk size

2015-08-18 Thread Brian Norris
On Tue, Aug 18, 2015 at 10:59:10AM +0200, Antoine Tenart wrote: > When keeping the configuration set by the bootloader (by using > the marvell,nand-keep-config property), the pxa3xx_nand_detect_config() > function is called and set the chunk size to 512 as a default value if > NDCR_PAGE_SZ is not

[PATCH] mtd: pxa3xx_nand: add a default chunk size

2015-08-18 Thread Antoine Tenart
When keeping the configuration set by the bootloader (by using the marvell,nand-keep-config property), the pxa3xx_nand_detect_config() function is called and set the chunk size to 512 as a default value if NDCR_PAGE_SZ is not set. In the other case, when not keeping the bootloader configuration,

[PATCH] mtd: pxa3xx_nand: add a default chunk size

2015-08-18 Thread Antoine Tenart
When keeping the configuration set by the bootloader (by using the marvell,nand-keep-config property), the pxa3xx_nand_detect_config() function is called and set the chunk size to 512 as a default value if NDCR_PAGE_SZ is not set. In the other case, when not keeping the bootloader configuration,

Re: [PATCH] mtd: pxa3xx_nand: add a default chunk size

2015-08-18 Thread Brian Norris
On Tue, Aug 18, 2015 at 10:59:10AM +0200, Antoine Tenart wrote: When keeping the configuration set by the bootloader (by using the marvell,nand-keep-config property), the pxa3xx_nand_detect_config() function is called and set the chunk size to 512 as a default value if NDCR_PAGE_SZ is not set.