Message ID | 20230417092243.967871-1-d-gole@ti.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 95b4d23907f29de96f8757a43d16b7a440836ea1 |
Headers | show |
Series | arm64: defconfig: Enable UBIFS | expand |
Hi, On 17/04/23 14:52, Dhruva Gole wrote: > UBIFS is a file system for flash devices which works on top of UBI. > > Signed-off-by: Dhruva Gole <d-gole@ti.com> > --- > arch/arm64/configs/defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 4f59fa575b47..a632d2a1db93 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -267,6 +267,8 @@ CONFIG_MTD_NAND_BRCMNAND=m > CONFIG_MTD_NAND_FSL_IFC=y > CONFIG_MTD_NAND_QCOM=y > CONFIG_MTD_SPI_NOR=y > +CONFIG_MTD_UBI=m > +CONFIG_UBIFS_FS=m Gentle ping on this patch, can we please pull this in since nobody has raised any objections since over 3 weeks? > CONFIG_BLK_DEV_LOOP=y > CONFIG_BLK_DEV_NBD=m > CONFIG_VIRTIO_BLK=y
On 08/05/23 13:13, Dhruva Gole wrote: > Hi, > > On 17/04/23 14:52, Dhruva Gole wrote: >> UBIFS is a file system for flash devices which works on top of UBI. >> >> Signed-off-by: Dhruva Gole <d-gole@ti.com> >> --- >> arch/arm64/configs/defconfig | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig >> index 4f59fa575b47..a632d2a1db93 100644 >> --- a/arch/arm64/configs/defconfig >> +++ b/arch/arm64/configs/defconfig >> @@ -267,6 +267,8 @@ CONFIG_MTD_NAND_BRCMNAND=m >> CONFIG_MTD_NAND_FSL_IFC=y >> CONFIG_MTD_NAND_QCOM=y >> CONFIG_MTD_SPI_NOR=y >> +CONFIG_MTD_UBI=m >> +CONFIG_UBIFS_FS=m > > Gentle ping on this patch, can we please pull this in since nobody has > raised any objections since over 3 weeks? I am planning to queuing this via TI arch tree, if there no objections. Unfortunately, your patch landed post v6.4-rc1 PRs were sent out. And thus will only be part of v6.5 cycle. Note that v6.4-rc1 was tagged last Monday, so you may have to wait a while for folks to catch up > >> CONFIG_BLK_DEV_LOOP=y >> CONFIG_BLK_DEV_NBD=m >> CONFIG_VIRTIO_BLK=y >
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 4f59fa575b47..a632d2a1db93 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -267,6 +267,8 @@ CONFIG_MTD_NAND_BRCMNAND=m CONFIG_MTD_NAND_FSL_IFC=y CONFIG_MTD_NAND_QCOM=y CONFIG_MTD_SPI_NOR=y +CONFIG_MTD_UBI=m +CONFIG_UBIFS_FS=m CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_NBD=m CONFIG_VIRTIO_BLK=y
UBIFS is a file system for flash devices which works on top of UBI. Signed-off-by: Dhruva Gole <d-gole@ti.com> --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+)