All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jun Sun <jsun@mvista.com>
To: Michael Pruznick <michael_pruznick@mvista.com>
Cc: linux-mips@linux-mips.org, jsun@mvista.com
Subject: Re: PATCH:2.4:CONFIG_CMDLINE_BOOL
Date: Wed, 6 Aug 2003 14:01:49 -0700	[thread overview]
Message-ID: <20030806140149.G18963@mvista.com> (raw)
In-Reply-To: <3F316133.3FF2C9EC@mvista.com>; from michael_pruznick@mvista.com on Wed, Aug 06, 2003 at 02:12:35PM -0600

On Wed, Aug 06, 2003 at 02:12:35PM -0600, Michael Pruznick wrote:
> The patch at the bottom of this message adds support so that
> a board can choose to have a command line specified in
> the .config file or hard-coded. This is similar to what is
> in the ppc tree.  All this patch does is create a config
> question and store the info in the config file.  It is up
> to each board to read or not read this info.
>

This is a good feature.

However, I think it is better to 

1) always have CONFIG_CMDLINE defined
2) for boards that don't use it, it is "" (NULL string)
3) we need to modify all boards' prom_init routines so that they
   respect this config. 
4) (optionally) some ugly static ctrcpy of cmdline can now be
   moved to use config options

Jun

      reply	other threads:[~2003-08-06 21:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-06 20:12 PATCH:2.4:CONFIG_CMDLINE_BOOL Michael Pruznick
2003-08-06 21:01 ` Jun Sun [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=20030806140149.G18963@mvista.com \
    --to=jsun@mvista.com \
    --cc=linux-mips@linux-mips.org \
    --cc=michael_pruznick@mvista.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.