uboot-mxs: fix build with gcc-5
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 20 Nov 2015 21:15:48 +0000 (21:15 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 20 Nov 2015 21:15:48 +0000 (21:15 +0000)
commit3391e6f851125a5f982a2309e05f65c12eade2ec
treee52ba573249e8aa2168ea126b5f0a8ab7935d904
parent73a8589c54ff2a133301edacf6545cb0af5cb422
uboot-mxs: fix build with gcc-5

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
package/boot/uboot-mxs/patches/001-add-i2se-duckbill.patch
package/boot/uboot-mxs/patches/100-gcc-5-fix.patch [new file with mode: 0644]