From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 1/1] ARM: OMAP: omap2plus_defconfig: Enable EXT4 support Date: Wed, 27 Jun 2012 23:37:34 -0700 Message-ID: <20120628063734.GB19842@atomide.com> References: <1340489939-5390-1-git-send-email-javier@dowhile0.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:42505 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752307Ab2F1Ghj (ORCPT ); Thu, 28 Jun 2012 02:37:39 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Javier Martinez Canillas Cc: Javier Martinez Canillas , Russell King , "Govindraj.R" , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Hi, * Javier Martinez Canillas [120627 15:32]: > On Sun, Jun 24, 2012 at 12:18 AM, Javier Martinez Canillas > wrote: > > On OMAP boards that includes an SD card slot, an EXT4 partition cou= ld > > be used to store the root file system. So, the kernel should have > > built-in support for EXT4 to be able to mount the VFS root on boot. > > > > Signed-off-by: Javier Martinez Canillas > > --- > > =C2=A0arch/arm/configs/omap2plus_defconfig | =C2=A0 =C2=A01 + > > =C2=A01 files changed, 1 insertions(+), 0 deletions(-) > > > > diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/config= s/omap2plus_defconfig > > index 9854ff4..f3087cb 100644 > > --- a/arch/arm/configs/omap2plus_defconfig > > +++ b/arch/arm/configs/omap2plus_defconfig > > @@ -197,6 +197,7 @@ CONFIG_RTC_DRV_TWL4030=3Dy > > =C2=A0CONFIG_EXT2_FS=3Dy > > =C2=A0CONFIG_EXT3_FS=3Dy > > =C2=A0# CONFIG_EXT3_FS_XATTR is not set > > +CONFIG_EXT4_FS=3Dy > > =C2=A0CONFIG_QUOTA=3Dy > > =C2=A0CONFIG_QFMT_V2=3Dy > > =C2=A0CONFIG_MSDOS_FS=3Dy > > -- > > 1.7.7.6 > > >=20 > Hi, >=20 > any news about this patch? >=20 > Is quite annoying to have to enable EXT4 support each time I want to > try a new kernel on my board. Eventually we'll be moving into omap2plus_defconfig that pretty much builds everything as modules and requires use of an initramfs.. But until we're there yes I agree this makes life easier for booting beagle and panda devices with the omap2plus_defconfig. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Wed, 27 Jun 2012 23:37:34 -0700 Subject: [PATCH 1/1] ARM: OMAP: omap2plus_defconfig: Enable EXT4 support In-Reply-To: References: <1340489939-5390-1-git-send-email-javier@dowhile0.org> Message-ID: <20120628063734.GB19842@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, * Javier Martinez Canillas [120627 15:32]: > On Sun, Jun 24, 2012 at 12:18 AM, Javier Martinez Canillas > wrote: > > On OMAP boards that includes an SD card slot, an EXT4 partition could > > be used to store the root file system. So, the kernel should have > > built-in support for EXT4 to be able to mount the VFS root on boot. > > > > Signed-off-by: Javier Martinez Canillas > > --- > > ?arch/arm/configs/omap2plus_defconfig | ? ?1 + > > ?1 files changed, 1 insertions(+), 0 deletions(-) > > > > diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig > > index 9854ff4..f3087cb 100644 > > --- a/arch/arm/configs/omap2plus_defconfig > > +++ b/arch/arm/configs/omap2plus_defconfig > > @@ -197,6 +197,7 @@ CONFIG_RTC_DRV_TWL4030=y > > ?CONFIG_EXT2_FS=y > > ?CONFIG_EXT3_FS=y > > ?# CONFIG_EXT3_FS_XATTR is not set > > +CONFIG_EXT4_FS=y > > ?CONFIG_QUOTA=y > > ?CONFIG_QFMT_V2=y > > ?CONFIG_MSDOS_FS=y > > -- > > 1.7.7.6 > > > > Hi, > > any news about this patch? > > Is quite annoying to have to enable EXT4 support each time I want to > try a new kernel on my board. Eventually we'll be moving into omap2plus_defconfig that pretty much builds everything as modules and requires use of an initramfs.. But until we're there yes I agree this makes life easier for booting beagle and panda devices with the omap2plus_defconfig. Regards, Tony