From mboxrd@z Thu Jan 1 00:00:00 1970 From: J.Hwan.Kim Date: Wed, 16 Sep 2009 20:30:35 +0900 Subject: [U-Boot] lowlevel_init.s for ARM920t/S3C2410 Message-ID: <4AB0CC5B.4030302@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, everyone I'm running u-boot (2009.03) in S3C2410 board now. But I have a problem. It seems that "bl lowlevel_init" routine in ARM920t/start.s is not working. The label, lowlevel_init, is defined as global label in /board/samsung/s3c2410/lowlevel_init.s and is seen system.map file. I think the code does not jump to lowlevel_init in /board/samsung/s3c2410/lowlevel_init.S from start.S When I copy lowlevel_init subroutine into ARM920t/start.S instead of "bl lowlevel_init", it does work. Why does the "bl lowlevel_init" not work? How can I solve this problem ? Thanks in advance. Regards, J.Hwan Kim