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



_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to