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)
commit4afee425600a5cdc22666ae37afaafdb1a6b9b2b
treee51ae5c573a2b20b5d933131eea1f69a474c80e5
parent8d8ef5288cdb914ded16d9f81c85b0144fda074a
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]