public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Florian Fainelli <florian@openwrt.org>
To: Mike Frysinger <vapier.adi@gmail.com>
Cc: David Woodhouse <dwmw2@infradead.org>, linux-mtd@lists.infradead.org
Subject: Re: [PATCH] MTD: enable partition parser in the default list when selected
Date: Mon, 22 Jun 2009 14:56:07 +0200	[thread overview]
Message-ID: <200906221456.08737.florian@openwrt.org> (raw)
In-Reply-To: <8bd0f97a0906220533u70305e49ob73238ee59cc6d5f@mail.gmail.com>

Le Monday 22 June 2009 14:33:22 Mike Frysinger, vous avez écrit :
> On Mon, Jun 22, 2009 at 05:27, Florian Fainelli wrote:
> >  #ifdef CONFIG_MTD_PARTITIONS
> > -static const char *part_probe_types[] = { "cmdlinepart", "RedBoot", NULL
> > }; +static const char *part_probe_types[] = {
> > +#ifdef CONFIG_MTD_CMDLINE_PARTS
> > +       "cmdlinepart",
> > +#elif defined CONFIG_MTD_REDBOOT_PARTS
> > +       "RedBoot",
> > +#elif defined CONFIG_MTD_AR7_PARTS
> > +       "ar7part",
> > +#endif
> > +       NULL
> > +};
> >  #endif
>
> you just broke systems that have both cmdline and redboot enabled
> -mike

Right, let me respin that one.
-- 
Best regards, Florian Fainelli
Email : florian@openwrt.org
http://openwrt.org
-------------------------------

      reply	other threads:[~2009-06-22 12:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-22  9:27 [PATCH] MTD: enable partition parser in the default list when selected Florian Fainelli
2009-06-22 12:33 ` Mike Frysinger
2009-06-22 12:56   ` Florian Fainelli [this message]

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=200906221456.08737.florian@openwrt.org \
    --to=florian@openwrt.org \
    --cc=dwmw2@infradead.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=vapier.adi@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox