From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrey Volkov Date: Fri, 18 Nov 2005 19:30:53 +0300 Subject: [U-Boot-Users] Passing Parameters to kernel In-Reply-To: <1132312741.535ddf1cS3092131@student.rmit.edu.au> References: <1132312741.535ddf1cS3092131@student.rmit.edu.au> Message-ID: <437E01BD.3090408@varma-el.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Swapnil Ashok Narkhede 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. > > Eagerly awaiting your reply. > And check cmdline size, by default cmdline in U-Boot have 256 bytes long. -- Regards Andrey Volkov