Skip to content
Commit b83120df authored by Marek Behún's avatar Marek Behún Committed by Tom Rini
Browse files

ARM: fix LTO for imx28_xea



When imx28_xea_defconfig is built with LTO, the compiler complains about
the two different declarations of _start:
   include/asm-generic/sections.h    as  extern void _start(void);
   arch/arm/cpu/arm926ejs/mxs/mxs.c  as  extern uint32_t _start;

Fix this.

Signed-off-by: default avatarMarek Behún <marek.behun@nic.cz>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent e5fc9037
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment