summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-ls1
Commit message (Collapse)AuthorAgeFilesLines
* u-boot: fix build error under gcc6Zhenhua Luo2016-06-021-0/+91
| | | | | | | | | Fix the following build error under gcc6: | ../include/linux/compiler-gcc.h:114:30: fatal error: linux/compiler-gcc6.h: No such file or directory | #include gcc_header(__GNUC__) Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-ls: support gcc5Chunrong Guo2015-10-291-0/+90
Fixed the following build errors with gcc5: |error: linux/compiler-gcc5.h: No such file or directory Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>