summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/mach-imx
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-07-26 11:40:36 +0300
committerStefano Babic <sbabic@denx.de>2022-07-26 12:29:00 +0300
commit1859b8b60d177545a284e67d9f08011810b37312 (patch)
treed0bf702610239b47475706f5df925f0b1a7a17cb /arch/arm/include/asm/mach-imx
parent793b760fb0462c0b576862f6a0401f22ccd1dd36 (diff)
downloadu-boot-1859b8b60d177545a284e67d9f08011810b37312.tar.xz
imx: move get_boot_device to common header
Most i.MX implements get_boot_device, move it to common header to simplify code Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/include/asm/mach-imx')
-rw-r--r--arch/arm/include/asm/mach-imx/sys_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/mach-imx/sys_proto.h b/arch/arm/include/asm/mach-imx/sys_proto.h
index 3095214f11..4b43cbccaa 100644
--- a/arch/arm/include/asm/mach-imx/sys_proto.h
+++ b/arch/arm/include/asm/mach-imx/sys_proto.h
@@ -246,4 +246,6 @@ void imx_get_mac_from_fuse(int dev_id, unsigned char *mac);
void enable_ca7_smp(void);
#endif
+enum boot_device get_boot_device(void);
+
#endif