Re: [U-Boot] [PATCH] sf: Make 4K sector support configurable

2015-08-05 Thread Marek Vasut
On Wednesday, August 05, 2015 at 10:36:31 AM, Jagan Teki wrote: > On 5 August 2015 at 13:50, Jagan Teki wrote: > > On 3 August 2015 at 04:58, Marek Vasut wrote: > >> Make the support for 4K subpage I/O on a SPI NOR flash configurable. > >> A board which requires the SPI NOR to be accessed in larg

Re: [U-Boot] [PATCH] sf: Make 4K sector support configurable

2015-08-05 Thread Jagan Teki
On 5 August 2015 at 13:50, Jagan Teki wrote: > On 3 August 2015 at 04:58, Marek Vasut wrote: >> Make the support for 4K subpage I/O on a SPI NOR flash configurable. >> A board which requires the SPI NOR to be accessed in larger 32KiB >> or 64KiB pages can disable the 4K subpage support, but by de

Re: [U-Boot] [PATCH] sf: Make 4K sector support configurable

2015-08-05 Thread Jagan Teki
On 3 August 2015 at 04:58, Marek Vasut wrote: > Make the support for 4K subpage I/O on a SPI NOR flash configurable. > A board which requires the SPI NOR to be accessed in larger 32KiB > or 64KiB pages can disable the 4K subpage support, but by default, > the support for 4K subpage I/O is enabled.

[U-Boot] [PATCH] sf: Make 4K sector support configurable

2015-08-02 Thread Marek Vasut
Make the support for 4K subpage I/O on a SPI NOR flash configurable. A board which requires the SPI NOR to be accessed in larger 32KiB or 64KiB pages can disable the 4K subpage support, but by default, the support for 4K subpage I/O is enabled. The functionality of this option is the same as CONFIG