Searched hist:ce9c7df5f501500413629e0fb1b39664e289c5bd (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | arasan_nfc.c | ce9c7df5f501500413629e0fb1b39664e289c5bd Tue Oct 30 13:16:19 UTC 2018 Martin Lund <malu@gomspace.com> UPSTREAM: mtd: nand: Arasan: Add subpage configuration support
Add support for disabling subpage write support via CONFIG_SYS_NAND_NO_SUBPAGE_WRITE.
Currently the Linux Arasan driver does not support subpage writes and in case of running UBI and accessing the same UBI volume from both U-Boot and Linux it is required to have the same subpage write configuration else the location of the UBI headers (EC + VID) will be misaligned (subpage vs page) and incompatible. Hence the need for disabling subpage write support in the U-Boot Arasan NAND driver.
Change-Id: Ifa8b66ae1a29efd8705da564ca83012fb8e1d7bd Signed-off-by: Martin Lund <malu@gomspace.com> Acked-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Jon Lin <jon.lin@rock-chips.com> (cherry picked from commit 1cefca71d237aae2c5cc2445f7698941443a2cd9)
|