All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Javier Martinez Canillas <martinez.javier@gmail.com>
Cc: Javier Martinez Canillas <javier@dowhile0.org>,
	Russell King <linux@arm.linux.org.uk>,
	"Govindraj.R" <govindraj.raja@ti.com>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/1] ARM: OMAP: omap2plus_defconfig: Enable EXT4 support
Date: Wed, 27 Jun 2012 23:37:34 -0700	[thread overview]
Message-ID: <20120628063734.GB19842@atomide.com> (raw)
In-Reply-To: <CAAwP0s2eTWk2Uf0HZ13Lq5gA0HNp8V87znjd6rX6Uh0ZPy03PA@mail.gmail.com>

Hi,

* Javier Martinez Canillas <martinez.javier@gmail.com> [120627 15:32]:
> On Sun, Jun 24, 2012 at 12:18 AM, Javier Martinez Canillas
> <javier@dowhile0.org> 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 <javier@dowhile0.org>
> > ---
> >  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
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/1] ARM: OMAP: omap2plus_defconfig: Enable EXT4 support
Date: Wed, 27 Jun 2012 23:37:34 -0700	[thread overview]
Message-ID: <20120628063734.GB19842@atomide.com> (raw)
In-Reply-To: <CAAwP0s2eTWk2Uf0HZ13Lq5gA0HNp8V87znjd6rX6Uh0ZPy03PA@mail.gmail.com>

Hi,

* Javier Martinez Canillas <martinez.javier@gmail.com> [120627 15:32]:
> On Sun, Jun 24, 2012 at 12:18 AM, Javier Martinez Canillas
> <javier@dowhile0.org> 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 <javier@dowhile0.org>
> > ---
> > ?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

  reply	other threads:[~2012-06-28  6:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-23 22:18 [PATCH 1/1] ARM: OMAP: omap2plus_defconfig: Enable EXT4 support Javier Martinez Canillas
2012-06-23 22:18 ` Javier Martinez Canillas
2012-06-27 22:28 ` Javier Martinez Canillas
2012-06-27 22:28   ` Javier Martinez Canillas
2012-06-28  6:37   ` Tony Lindgren [this message]
2012-06-28  6:37     ` Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120628063734.GB19842@atomide.com \
    --to=tony@atomide.com \
    --cc=govindraj.raja@ti.com \
    --cc=javier@dowhile0.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=martinez.javier@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.