summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-imx8ulp
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2021-08-07 11:01:01 +0300
committerStefano Babic <sbabic@denx.de>2021-08-09 15:46:51 +0300
commit619412ab54d1b4c27f93663535dbb287b8368e12 (patch)
tree8a6bb0e15750c5e2e724ecf6e2b58b32737af715 /arch/arm/include/asm/arch-imx8ulp
parenta7990a88b915ab82e646c5a2c3d0d4f6b01b3c28 (diff)
downloadu-boot-619412ab54d1b4c27f93663535dbb287b8368e12.tar.xz
arm: iMX8ULP: Add boot device relevant functions
Read from ROM API to get current boot device. Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/include/asm/arch-imx8ulp')
-rw-r--r--arch/arm/include/asm/arch-imx8ulp/sys_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-imx8ulp/sys_proto.h b/arch/arm/include/asm/arch-imx8ulp/sys_proto.h
index 47ee46bdf4..1a142dce72 100644
--- a/arch/arm/include/asm/arch-imx8ulp/sys_proto.h
+++ b/arch/arm/include/asm/arch-imx8ulp/sys_proto.h
@@ -15,4 +15,5 @@ ulong spl_romapi_get_uboot_base(u32 image_offset, u32 rom_bt_dev);
enum bt_mode get_boot_mode(void);
int xrdc_config_pdac(u32 bridge, u32 index, u32 dom, u32 perm);
int xrdc_config_pdac_openacc(u32 bridge, u32 index);
+enum boot_device get_boot_device(void);
#endif