u-boot-sunxi: fix compilation under gcc, newer than 4

This commit is contained in:
Andrey Lebedev
2020-01-25 12:53:10 +02:00
parent 802857ee59
commit 89be65d931
4 changed files with 27 additions and 2 deletions

View File

@ -20,8 +20,9 @@ UBOOT_MACHINE_meleg = "Mele_A1000G_config"
SRC_URI = " \
git://github.com/linux-sunxi/u-boot-sunxi.git;protocol=git;branch=sunxi \
file://0002-gcc5-fixes.patch \
file://0003-gcc6-fixes.patch \
file://0001-gcc5-fixes.patch \
file://0002-gcc6-fixes.patch \
file://0003-No-gcc-version-specific-includes.patch \
"
PE = "1"