public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] CONFIG_SKIP_LOWLEVEL_INIT is broken for at91rm9200dk
@ 2006-04-03  7:49 Wang Jian
  2006-04-03  9:38 ` Marco Cavallini
  2006-04-03 10:01 ` Peter Menzebach
  0 siblings, 2 replies; 9+ messages in thread
From: Wang Jian @ 2006-04-03  7:49 UTC (permalink / raw)
  To: u-boot

Hi,

When CONFIG_SKIP_LOWLEVEL_INIT is defined, cpu/arm920t/at91rm9200/lowlevel_init.S
is commented out and lowlevel_init() is undefined.

But cpu/arm920t/start.S will still use lowlevel_init(). See the code

--snip--
#ifndef CONFIG_SKIP_LOWLEVEL_INIT
        bl      cpu_init_crit
#endif
--snip--

but cpu_init_crit() is still defined and use lowlevel_init().


cpu/arm920t/start.o(.text+0xec):/home/lark/arm-u-boot.git/cpu/arm920t/start.S:264: undefined reference to `lowlevel_init'
make: *** [u-boot] Error 1




-- 
  lark

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-04-04 10:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-03  7:49 [U-Boot-Users] CONFIG_SKIP_LOWLEVEL_INIT is broken for at91rm9200dk Wang Jian
2006-04-03  9:38 ` Marco Cavallini
2006-04-03 10:01 ` Peter Menzebach
2006-04-03 11:33   ` Wolfgang Denk
2006-04-03 11:59     ` Peter Menzebach
2006-04-03 12:49       ` Wolfgang Denk
2006-04-03 13:35   ` Wang Jian
2006-04-03 13:53     ` Wolfgang Denk
2006-04-04 10:18     ` Mathieu Deschamps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox