diff options
author | Eric Nelson <eric.nelson@boundarydevices.com> | 2014-09-30 15:40:02 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-10-21 10:47:14 +0200 |
commit | f6d48b29cbf5950187e42cb3c108ea5d9c7adaa9 (patch) | |
tree | 49b59745f509d3ad02fdcfe417368bea755b4910 /arch | |
parent | 8d196e52b58d1e50a80c2f5067b201cda521c75c (diff) | |
download | u-boot-imx-f6d48b29cbf5950187e42cb3c108ea5d9c7adaa9.zip u-boot-imx-f6d48b29cbf5950187e42cb3c108ea5d9c7adaa9.tar.gz u-boot-imx-f6d48b29cbf5950187e42cb3c108ea5d9c7adaa9.tar.bz2 |
ARM: i.MX6: include prototype for get_board_rev()
Include <asm/bootm.h> to see the prototype for get_board_rev()
and prevent warning "Should it be static?" with "make C=1".
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/cpu/armv7/mx6/soc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/soc.c b/arch/arm/cpu/armv7/mx6/soc.c index 6352422..6dc2600 100644 --- a/arch/arm/cpu/armv7/mx6/soc.c +++ b/arch/arm/cpu/armv7/mx6/soc.c @@ -20,6 +20,7 @@ #include <stdbool.h> #include <asm/arch/mxc_hdmi.h> #include <asm/arch/crm_regs.h> +#include <asm/bootm.h> enum ldo_reg { LDO_ARM, |