u-boot-brain/board/samsung/common
Marek Behún 79dec66ca7 ARM: fix LTO for rockchip and samsung
When building with LTO, the compiler complains about type mismatch of
function usb_gadget_handle_interrupts(). This function is defined
without parameters in files
  arch/arm/mach-rockchip/board.c
  board/samsung/common/exynos5-dt.c
but it should have one parameter, int index.

Fix this.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
2021-05-24 14:21:30 -04:00
..
bootscripts arm: exynos: Remove duplicated "boardname" env setting 2019-03-11 15:53:29 +09:00
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
board.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
dfu_sample_env.txt config: trats: trats2: extend dfu_alt_info by env update settings 2014-02-03 16:09:10 +09:00
exynos-uboot-spl.lds linker: Modify linker scripts to be more generic 2019-01-26 22:55:53 -05:00
exynos5-dt-types.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
exynos5-dt.c ARM: fix LTO for rockchip and samsung 2021-05-24 14:21:30 -04:00
gadget.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
misc.c board: samsung: covert to driver model about power_key_pressed 2021-02-23 15:43:13 +09:00