[U-Boot] lowlevel_init.s for ARM920t/S3C2410
J.Hwan.Kim
frog1120 at gmail.com
Wed Sep 16 13:30:35 CEST 2009
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
More information about the U-Boot
mailing list