vf610: fix build due to missing sys_proto.h
commit 67a04ab3ab
fix the build for MX25. The same error
happens for VF610 SOC.
Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
f2f07e8553
commit
5d2ad2bc33
@ -11,7 +11,7 @@
|
||||
#include <common.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/arch/imx-regs.h>
|
||||
#ifndef CONFIG_MX25
|
||||
#if !defined(CONFIG_MX25) && !defined(CONFIG_VF610)
|
||||
#include <asm/arch/sys_proto.h>
|
||||
#endif
|
||||
#include <asm/imx-common/iomux-v3.h>
|
||||
|
Loading…
Reference in New Issue
Block a user