commit | c49fa34e5bbc6943d385e74d4fb9ea7e5afecf10 | [log] [tgz] |
---|---|---|
author | Diego Dorta <diego.dorta@nxp.com> | Wed Sep 27 13:12:37 2017 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Thu Oct 12 17:31:16 2017 +0200 |
tree | a2dd1deee9f7f9cb7af224e442dc0e1dadc813ea | |
parent | d26e2c8453cd38a0cf1a16138713af86a4c953b6 [diff] |
mx6: soc: Include <asm/bootm.h> header file When compiling with W=1 the following warning is observed: arch/arm/mach-imx/mx6/soc.c:213:12: warning: no previous prototype for ‘get_board_rev’ [-Wmissing-prototypes] u32 __weak get_board_rev(void) Fix the build warning by including <asm/bootm.h>. Signed-off-by: Diego Dorta <diego.dorta@nxp.com>