summaryrefslogtreecommitdiffstats
path: root/recipes-extended/skmm-ep/skmm-ep
Commit message (Collapse)AuthorAgeFilesLines
* skmm-ep: fix the build error caused by duplicated definitionZhenhua Luo2016-06-011-0/+40
| | | | | | | | Remove the duplicated definition to fix the following build errors: | apps/skmm/lib/skmm_sram.c:42:18: error: redefinition of 'pa_to_va' | apps/skmm/lib/skmm_sram.c:51:20: error: redefinition of 'va_to_pa' Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* skmm-ep: fix the inline function definition with gcc 5.xZhenhua Luo2015-09-241-0/+67
| | | | | | | | | | There are different semantics for inline functions for gcc-5.x compared to previous gcc. Fix the following build error. | skmm.c:(.text.startup+0xfc): undefined reference to `va_to_pa' | skmm.c:(.text.startup+0x10c): undefined reference to `va_to_pa' Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* skmm-ep: add two missing header filesTing Liu2014-07-231-0/+660
Signed-off-by: Ting Liu <ting.liu@freescale.com>