nxp-imx / imx-kobs

Tool to create and write Freescale/NXP I.MX NAND boot related boot data structure to nand flash
GNU General Public License v2.0
29 stars 26 forks source link

imx-kobs: Fix compiler error with Linux kernel headers version >= 4.4 #7

Closed allenxh closed 7 years ago

allenxh commented 7 years ago

This patch fixes a build error with kernel includes (>= 4.4) must be explicitly included to get uintX_t types.

The patch copied from https://github.com/Freescale/meta-freescale/blob/master/recipes-bsp/imx-kobs/imx-kobs/fix-compile.patch

Signed-off-by: Gary Thomas gary@mlbassoc.com Signed-off-by: Otavio Salvador otavio@ossystems.com.br Signed-off-by: Han Xu han.xu@nxp.com