uboot-mxs: fix build with gcc-5
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 20 Nov 2015 21:15:48 +0000 (21:15 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 20 Nov 2015 21:15:48 +0000 (21:15 +0000)
commitd9654cd47432d33f7e6cf0c39b6c71e1ce3a9a28
treee52ba573249e8aa2168ea126b5f0a8ab7935d904
parent7976f6337c1756eb61c0adeae2fcbdcbe0974766
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>
SVN-Revision: 47533
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]