projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2f07e8
)
vf610: fix build due to missing sys_proto.h
author
Stefano Babic
<sbabic@denx.de>
Wed, 25 Jun 2014 10:48:06 +0000
(12:48 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Wed, 25 Jun 2014 10:48:06 +0000
(12:48 +0200)
commit
67a04ab3ab8522a3a34491853e46105317580df5
fix the build for MX25. The same error
happens for VF610 SOC.
Signed-off-by: Stefano Babic <sbabic@denx.de>
arch/arm/imx-common/iomux-v3.c
patch
|
blob
|
history
diff --git
a/arch/arm/imx-common/iomux-v3.c
b/arch/arm/imx-common/iomux-v3.c
index c090b308b2c1f50d4c993dc410c3f77fe0c8e784..22cd11aa04867c47c8d7356683889324d8ad6a25 100644
(file)
--- a/
arch/arm/imx-common/iomux-v3.c
+++ b/
arch/arm/imx-common/iomux-v3.c
@@
-11,7
+11,7
@@
#include <common.h>
#include <asm/io.h>
#include <asm/arch/imx-regs.h>
-#if
ndef CONFIG_MX25
+#if
!defined(CONFIG_MX25) && !defined(CONFIG_VF610)
#include <asm/arch/sys_proto.h>
#endif
#include <asm/imx-common/iomux-v3.h>