summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2017-08-08 14:32:08 -0700
committerStefan Agner <stefan.agner@toradex.com>2017-08-31 19:57:37 -0700
commit3f4cddb4c46dae818ae7fffc5b692128b2b73e67 (patch)
treecba35c89c3dc86abbd4d7cba47f78c8adcd37519
parentf614927a9121366144868802c5ec0ca3ade7a945 (diff)
imx: imx7: make get_boot_device available for board files
The function get_boot_device might be useful in board files, add it to the sys_proto.h header file. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-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 ca7608bd56..0debea59a2 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/imx-common/sys_proto.h>
void set_wdog_reset(struct wdog_regs *wdog);
+enum boot_device get_boot_device(void);