summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-mx7ulp/sys_proto.h
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2019-07-22 01:24:37 +0000
committerStefano Babic <sbabic@denx.de>2019-10-08 16:35:16 +0200
commite92fca66a3966c54d86977539fabe57596b62d76 (patch)
tree60f35a77c40e185b3162da18780a96f929cacc89 /arch/arm/include/asm/arch-mx7ulp/sys_proto.h
parentb1f955cb4d5ba10e422e08d1d7577be71a39ac00 (diff)
imx: i.MX7ULP: add get_boot_device
Add get_boot_device for i.MX7ULP Signed-off-by: Peng Fan <peng.fan@nxp.com> Tested-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'arch/arm/include/asm/arch-mx7ulp/sys_proto.h')
-rw-r--r--arch/arm/include/asm/arch-mx7ulp/sys_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx7ulp/sys_proto.h b/arch/arm/include/asm/arch-mx7ulp/sys_proto.h
index 6ecde7db93..0e4c8ad15d 100644
--- a/arch/arm/include/asm/arch-mx7ulp/sys_proto.h
+++ b/arch/arm/include/asm/arch-mx7ulp/sys_proto.h
@@ -17,4 +17,5 @@ enum bt_mode {
SINGLE_BOOT /* LP_BT = 0, DUAL_BT = 0 */
};
+enum boot_device get_boot_device(void);
#endif