From mboxrd@z Thu Jan 1 00:00:00 1970 From: revathy Date: Mon, 27 Nov 2006 16:44:46 +0530 Subject: [U-Boot-Users] U-boot-1.1.4 on MPC8540 In-Reply-To: <20061123192744.13AAE3535D2@atlas.denx.de> References: <20061123192744.13AAE3535D2@atlas.denx.de> Message-ID: <456AC8A6.5080602@gdatech.co.in> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I'm booting a newly compiled u-boot-1.1.4 image on my MPC8540, and it doesn't work. when i debugged i found in lib_ppc/board.c for (cmdtp = &__u_boot_cmd_start; cmdtp != &__u_boot_cmd_end; cmdtp++) &__u_boot_cmd_start=0fff3750 &__u_boot_cmd_end =0fff43b8 and cmdtp is encremanted as 0x18 each times..but it is not matching with u_boot_cmd_end so loop goes on until ffffffff and hangs.. what could be the problem.. can anyone plz help me to proceed.. Thanks Revathy Wolfgang Denk wrote: >In message <456596D2.3000306@gdatech.co.in> you wrote: > > >>>I'm booting a newly compiled u-boot-1.1.4 image on my MPC8540, >>>and it doesn't work. It hangs after this.. >>> >>> >... > > >>On debugging , " In relocating the command table", *for* loop is going >>on infinite loop in lib/ppc/board.c. >> >> > >Please use current code. It makes little sense to hunt down problems >with such old code. > >Best regards, > >Wolfgang Denk > > >