summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-mx7
diff options
context:
space:
mode:
authorUri Mashiach <uri.mashiach@compulab.co.il>2017-09-24 09:00:24 +0300
committerStefano Babic <sbabic@denx.de>2017-10-12 17:31:16 +0200
commitc5c6f37a045d39c3d83cb0f6c6e9e6677155cfe3 (patch)
tree8b82d4b52d2e2a77566b44cb3ada094ad2084da3 /arch/arm/include/asm/arch-mx7
parent258bad41aca541cdfb78aab7142aaf5b72a2dfe9 (diff)
imx: mx7: SPL support for i.MX7
Add configuration file and spl_boot_device function for the i.MX7 SPL. Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
Diffstat (limited to 'arch/arm/include/asm/arch-mx7')
-rw-r--r--arch/arm/include/asm/arch-mx7/sys_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx7/sys_proto.h b/arch/arm/include/asm/arch-mx7/sys_proto.h
index 15e24d44b3..fa624248b2 100644
--- a/arch/arm/include/asm/arch-mx7/sys_proto.h
+++ b/arch/arm/include/asm/arch-mx7/sys_proto.h
@@ -7,3 +7,4 @@
#include <asm/mach-imx/sys_proto.h>
void set_wdog_reset(struct wdog_regs *wdog);
+enum boot_device get_boot_device(void);