From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ajay Jain Date: Mon, 25 Sep 2006 12:05:58 +0530 Subject: [U-Boot-Users] linux kernel porting bug In-Reply-To: <20060925043938.16162.qmail@web8913.mail.in.yahoo.com> Message-ID: <06ed01c6e06c$df9595d0$561fa8c0@pcajain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > During the bootup process, it hangs in Calibrate_delay() > specifically it hangs on the while(ticks == jiffies); > wait loop. > We are not able to find what interrupt changes jiffies. > Can we know what could be the problem. Your system timer is not configured properly. Check your timer implementation. -- Ajay PS: Think that this is off-topic here, take care or you will invite frowning mails.