
18 Nov
2005
18 Nov
'05
1:55 p.m.
On Fri, 18 Nov 2005 22:19:01 +1100 "Swapnil Ashok Narkhede" S3092131@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