public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: George G. Davis <davis_g@comcast.net>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] bootargs
Date: Wed, 10 Mar 2004 14:30:26 -0500	[thread overview]
Message-ID: <20040310193026.GH23258@mvista.com> (raw)
In-Reply-To: <E1B18nH-0006On-2d@sc8-sf-list1.sourceforge.net>

On Wed, Mar 10, 2004 at 06:33:09PM +0000, asnua at eircom.net wrote:
> Hi
> Does CONFIG_BOOTARGS and or CONFIG_CMDLINE_TAG have to be set before the env variable 'bootargs' gets passed to the kernel? 
> 

You must enable (define) CONFIG_CMDLINE_TAG. OTOH, defining CONFIG_BOOTARGS
is optional. If you do define CONFIG_BOOTARGS, it sets the default env
bootargs if same is not present in saved flash env already. Else if you
undef CONFIG_BOOTARGS, then you can always do `setenv bootargs ...` to
set it and `saveenv` to save it.

HTH!

--
Regards,
George
P.S. Make sure you've specified the correct BOOT_PARAMS phys addr for your
machine, i.e. make sure your machine boot_params agree between u-boot and
linux:

	grep -i boot_params ../u-boot/board/*/*.c ../linux/arch/arm/mach-*/*.c


> Thanks,
> Dave
> 
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users

  reply	other threads:[~2004-03-10 19:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-10 18:33 [U-Boot-Users] bootargs asnua at eircom.net
2004-03-10 19:30 ` George G. Davis [this message]
2004-03-10 20:21 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2004-03-11 13:13 asnua at eircom.net
2004-03-11 13:36 ` Wolfgang Denk
2004-03-26 12:39 asnua at eircom.net
2004-03-26 13:30 ` Wolfgang Denk
2004-10-14 15:20 Barbier, Renaud
2004-10-14 20:07 ` George G. Davis
2004-10-14 20:17 Barbier, Renaud

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=20040310193026.GH23258@mvista.com \
    --to=davis_g@comcast.net \
    --cc=u-boot@lists.denx.de \
    /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