u-boot-brain/arch/arm
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
..
cpu arm64: zero cntvoff_el2 2014-06-09 10:24:02 +02:00
dts ARM: tegra: enable USB device mode and UMS on some boards 2014-06-05 11:25:54 -07:00
imx-common iomux-v3: Add support for mx6sl LVE bit 2014-05-09 15:10:53 +02:00
include/asm arm: vf610: Add QSPI support for VF610TWR 2014-06-09 09:18:15 +02:00
lib arm: fix a double-definition error of _start symbol 2014-06-09 10:36:40 +02:00
config.mk build:arm: Remove setting of CROSS_COMPILE environment variable 2014-04-07 20:04:36 +02:00