aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-mxs/patches/100-gcc-5-fix.patch
Commit message (Collapse)AuthorAgeFilesLines
* packages: bump uboot-mxs to 2016.01, refresh patchesZoltan HERPAI2016-01-191-11/+0
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48374 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-mxs: fix build with gcc-5Hauke Mehrtens2015-11-201-0/+11
gcc-5 handles inline without static differently and that makes uboot-mxs fail to build. Remove the inline so it gets exported and can be used in other functions. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47533 3c298f89-4303-0410-b956-a3cf2f4a3e73