Files
u-boot/arch/arm/lib
Masahiro Yamada 0a26e1d6c3 arm: fix a double-definition error of _start symbol
The symbol "_start" is defined twice in arch/arm/lib/vectors.S:
around line 48 and line 54.

If CONFIG_SYS_DV_NOR_BOOT_CFG is defined (as on calimain board),
build fails:

  arch/arm/lib/vectors.S: Assembler messages:
  arch/arm/lib/vectors.S:54: Error: symbol `_start' is already defined
  make[1]: *** [arch/arm/lib/vectors.o] Error 1
  make: *** [arch/arm/lib] Error 2

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
2014-06-09 10:36:40 +02:00
..
2014-04-07 23:03:13 +02:00
2014-01-09 16:08:44 +01:00
2014-01-14 12:38:47 +01:00
2014-04-08 00:15:12 +02:00
2014-01-09 16:08:44 +01:00
2014-02-26 21:18:09 +01:00