Skip to content
Snippets Groups Projects
Commit 5d2ad2bc authored by Stefano Babic's avatar Stefano Babic
Browse files

vf610: fix build due to missing sys_proto.h


commit 67a04ab3
fix the build for MX25. The same error
happens for VF610 SOC.

Signed-off-by: default avatarStefano Babic <sbabic@denx.de>
parent f2f07e85
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include <common.h> #include <common.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/arch/imx-regs.h> #include <asm/arch/imx-regs.h>
#ifndef CONFIG_MX25 #if !defined(CONFIG_MX25) && !defined(CONFIG_VF610)
#include <asm/arch/sys_proto.h> #include <asm/arch/sys_proto.h>
#endif #endif
#include <asm/imx-common/iomux-v3.h> #include <asm/imx-common/iomux-v3.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment