[U-Boot-Users] CONFIG_SKIP_LOWLEVEL_INIT is broken for at91rm9200dk

Wang Jian lark at linux.net.cn
Mon Apr 3 09:49:04 CEST 2006


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





More information about the U-Boot mailing list