[U-Boot] [PATCH v1 1/8] OMAP: include sys_proto.h from boot-common
Ilya Yanok
ilya.yanok at cogentembedded.com
Tue Oct 30 23:47:36 CET 2012
Include asm/arch/sys_proto.h for gpmc_init prototype.
Without this we get a warning while building for AM335x.
Signed-off-by: Ilya Yanok <ilya.yanok at cogentembedded.com>
---
arch/arm/cpu/armv7/omap-common/boot-common.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/cpu/armv7/omap-common/boot-common.c b/arch/arm/cpu/armv7/omap-common/boot-common.c
index 0f19141..2b584e0 100644
--- a/arch/arm/cpu/armv7/omap-common/boot-common.c
+++ b/arch/arm/cpu/armv7/omap-common/boot-common.c
@@ -21,6 +21,7 @@
#include <asm/omap_common.h>
#include <asm/arch/omap.h>
#include <asm/arch/mmc_host_def.h>
+#include <asm/arch/sys_proto.h>
/*
* This is used to verify if the configuration header
--
1.7.10.2 (Apple Git-33)
More information about the U-Boot
mailing list