u-boot/arch/arm
Leo Yan 4787c764f9 arm64: Remove duplicated symbols
When build U-boot with clang with using commands:

  $ make HOSTCC=clang xenguest_arm64_defconfig
  $ make HOSTCC=clang CROSS_COMPILE=aarch64-linux-gnu- \
		CC="clang -target aarch64-linux-gnueabi" -j8

The compiler reports error:

  /tmp/start-acdf31.s:330:1: error: symbol '_start' is already defined
  _start:
  ^

Because the symbol '_start' has been defined twice, one is defined in
arch/arm/cpu/armv8/start.S, another is defined in the header
boot0-linux-kernel-header.h.

To fix building failure, this patch removes the symbol '_start' from
boot0-linux-kernel-header.h.

Signed-off-by: Leo Yan <leo.yan@linaro.org>
2023-06-01 12:32:03 -04:00
..
cpu armv8: fsl-layerscape: check for crypto node first in fdt_fixup_remove_jr 2023-05-05 09:46:03 +08:00
dts arm: Remove ti816x_evm board and ti816x SoC support 2023-05-31 10:11:46 -04:00
include arm64: Remove duplicated symbols 2023-06-01 12:32:03 -04:00
lib arm64: interrupts: print FAR_ELx on sync exceptions 2023-04-25 15:31:27 -04:00
mach-apple
mach-aspeed
mach-at91 include: Remove unused header files 2023-05-31 12:31:47 -04:00
mach-bcm283x
mach-bcmbca
mach-bcmstb
mach-cortina
mach-davinci include: Remove unused header files 2023-05-31 12:31:47 -04:00
mach-exynos
mach-highbank
mach-histb arm: histb: hi3798mv200: add initial support for Hi3798MV200 HC2910-2AGHD05 board 2023-05-03 09:05:24 -04:00
mach-hpe
mach-imx arm: mach-imx: use CONFIG_$(SPL_)SATA instead of CONFIG_SATA 2023-05-10 16:45:42 -04:00
mach-integrator
mach-ipq40xx
mach-k3 Kconfig: j721s2: Change K3_MCU_SCRATCHPAD_BASE to non firewalled region 2023-05-04 13:06:22 -04:00
mach-keystone include: Remove unused header files 2023-05-31 12:31:47 -04:00
mach-kirkwood
mach-lpc32xx
mach-mediatek
mach-meson
mach-mvebu arm: mvebu: spl: Allow to build SATA kwbimage for 4K Native disks 2023-04-13 11:34:47 +02:00
mach-nexell
mach-npcm
mach-octeontx
mach-octeontx2
mach-omap2 arm: Remove ti816x_evm board and ti816x SoC support 2023-05-31 10:11:46 -04:00
mach-orion5x
mach-owl
mach-qemu
mach-rmobile ARM: renesas: Add R8A779G0 V4H White Hawk board code 2023-04-07 17:13:28 +02:00
mach-rockchip rockchip: rk3588: Sync sdmmc node from linux-next 2023-04-21 15:16:01 +08:00
mach-s5pc1xx
mach-snapdragon
mach-socfpga
mach-sti
mach-stm32
mach-stm32mp stm32mp: fix various array bounds checks 2023-04-19 10:02:28 +02:00
mach-sunxi sunxi: arm64: boot0.h: runtime check for RVBAR address 2023-04-12 00:17:22 +01:00
mach-tegra
mach-u8500
mach-uniphier arm: uniphier: fix header inclusion guard 2023-05-31 10:11:46 -04:00
mach-versal
mach-versal-net
mach-versatile
mach-zynq
mach-zynqmp
mach-zynqmp-r5
thumb1/include/asm/proc-armv
config.mk arm: Centralize fixed register logic 2023-04-25 15:31:27 -04:00
Kconfig arm: add support for Hisilicon HiSTB family SoCs 2023-05-03 09:05:24 -04:00
Kconfig.debug
Makefile arm: add support for Hisilicon HiSTB family SoCs 2023-05-03 09:05:24 -04:00