diff options
author | Marek BehĂșn <marek.behun@nic.cz> | 2021-05-20 13:24:12 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-05-24 14:21:30 -0400 |
commit | b83120df7923eb572ab6d88505f234b6784a2b6b (patch) | |
tree | 99095d4136de6b5f1cbb1d353c45a43ee8332b4b /drivers/ddr/microchip/ddr2.c | |
parent | e5fc9037dd3391a63cf6f6f7da015507ae12158d (diff) | |
download | u-boot-b83120df7923eb572ab6d88505f234b6784a2b6b.tar.gz u-boot-b83120df7923eb572ab6d88505f234b6784a2b6b.tar.xz u-boot-b83120df7923eb572ab6d88505f234b6784a2b6b.zip |
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: Marek BehĂșn <marek.behun@nic.cz>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers/ddr/microchip/ddr2.c')
0 files changed, 0 insertions, 0 deletions