[PATCH] imx8mm_evk: Include sys_proto.h header

2020-01-20 Thread sbabic
> Add sys_proto.h header file to fix the following sparse warning: > board/freescale/imx8mm_evk/imx8mm_evk.c:59:5: warning: no previous > prototype for ‘board_mmc_get_env_dev’ [-Wmissing-prototypes] > Signed-off-by: Alifer Moraes Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic

[PATCH] imx8mm_evk: Include sys_proto.h header

2020-01-14 Thread Alifer Moraes
Add sys_proto.h header file to fix the following sparse warning: board/freescale/imx8mm_evk/imx8mm_evk.c:59:5: warning: no previous prototype for ‘board_mmc_get_env_dev’ [-Wmissing-prototypes] Signed-off-by: Alifer Moraes --- board/freescale/imx8mm_evk/imx8mm_evk.c | 1 + 1 file changed, 1 inse