From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 31 Jul 2007 08:42:54 -0500 Subject: [U-Boot-Users] need for explaination In-Reply-To: References: Message-ID: <46AF3C5E.4030402@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de rameah nathan wrote: > Hi All, > I like to clarify one doubt ,when i try to boot my kernel using > ramdisk image via bootm command .I have back traced the cmd_bootm.c(Version > u_boot-1.1.6 in the common directory) our code flow hangs at the following > function: > > (*kernel) (kbd, initrd_start, initrd_end, cmd_start, cmd_end); > > it's calling function pointer .It hangs at this call can any one help me out > where is the exact definition of this function call so that i can proceed > further. That's the branch to the kernel. Either you didn't load the kernel properly, or (more likely) the kernel simply isn't working, and needs to be debugged. -Scott