[linux-yocto] [yocto-kernel-cache v6.1/v5.15]: nxp-s32g: disable the 4K sector setting for mtd device

2023-06-11 Thread Zhantao Tang via lists.yoctoproject.org
Hi Bruce, The following patch is to disable the 4K sector setting for mtd device, would you please help to merge it into yocto-6.1 and yocto-5.15 branches? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12737):

[linux-yocto] [PATCH] nxp-s32g: disable the 4K sector setting for mtd device

2023-06-11 Thread Zhantao Tang via lists.yoctoproject.org
The config MTD_SPI_NOR_USE_4K_SECTORS is to "Use small 4096 B erase sectors", but for UBI file system, the 4096 erase size is too small, and will cause the UBI file system attaches failure, so disable this config to compatible with UBI file system. Signed-off-by: Zhantao Tang ---