[U-Boot-Users] Passing Parameters to kernel

Alex Zeffertt ajz at cambridgebroadband.com
Fri Nov 18 13:55:40 CET 2005


On Fri, 18 Nov 2005 22:19:01 +1100
"Swapnil Ashok Narkhede" <S3092131 at student.rmit.edu.au> wrote:

> Hi,
> 
> How do i ensure the ATAG parameters
> are getting passed properly from 
> U-boot to Kernel.
> 
> The bootargs command line that i
> specify in U-boot is not what i see
> on kernel command line.
> 
> The bootargs from U-boot gets
> overwritten by the default kernel
> command line specified in kernel
> configuration.
> 
> What could be the cause?
> How do i overcome this.


Check if you have 

CONFIG_CMDLINE_BOOL

set in your .config.  If so, unset it.

Alex




More information about the U-Boot mailing list