[DNX#2006033142000731] [U-Boot-Users] troubles
DENX Support System
support at denx.de
Fri Mar 31 23:50:30 CEST 2006
Hello list,
inside the automatic U-Boot patch tracking system a new ticket
[DNX#2006033142000731] was created:
<snip>
> On Wed, 30 Nov 2005, Alexandr Kuleschov wrote:
>
> > When i define
> > - CONFIG_SKIP_LOWLEVEL_INIT
> > - CONFIG_SKIP_RELOCATE_UBOOT
> >
> > then i see troubles:
> >
> > cpu/arm920t/start.o:/home/ask/distr/u-boot-1.1.3/cpu/arm920t/start.S:265:
> > undefined reference to `lowlevel_init'
> >
> > How to solve a problem?
>
> You need this:
>
> Index: cpu/arm920t/start.S
> ===================================================================
> RCS file: /cvsroot/u-boot/u-boot/cpu/arm920t/start.S,v
> retrieving revision 1.14
> diff -u -r1.14 start.S
> --- cpu/arm920t/start.S 6 Oct 2005 21:47:43 -0000 1.14
> +++ cpu/arm920t/start.S 30 Nov 2005 15:09:02 -0000
> @@ -225,6 +225,7 @@
> _start_armboot: .word start_armboot
>
>
> +#ifndef CONFIG_SKIP_LOWLEVEL_INIT
> /*
> *************************************************************************
> *
> @@ -265,7 +266,8 @@
> mov lr, ip
> mov pc, lr
>
> -
> +#endif
> +
> /*
> *************************************************************************
> *
>
>
> --
> -=- Daniel Stenberg -=- http://daniel.haxx.se -=-
> ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> files
> for problems? Stop! Download the new AJAX search engine that makes
> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
</snip>
Your U-Boot support team
More information about the U-Boot
mailing list