aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2022-07-26 16:40:51 +0800
committerStefano Babic <sbabic@denx.de>2022-07-26 11:29:00 +0200
commite5fcf913489d208a2486ad40ff0631051aeecbb6 (patch)
tree28f00fa26163664f513283ef3a746570fc4c4c1d /arch/arm/include
parent45fed324b56b1f2378b45e56b1a3d4a7f665356e (diff)
downloadu-boot-e5fcf913489d208a2486ad40ff0631051aeecbb6.zip
u-boot-e5fcf913489d208a2486ad40ff0631051aeecbb6.tar.gz
u-boot-e5fcf913489d208a2486ad40ff0631051aeecbb6.tar.bz2
misc: S400_API: Update release RDC API
To support more RDC instances on i.MX93, update API to latest definition. Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/mach-imx/s400_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/mach-imx/s400_api.h b/arch/arm/include/asm/mach-imx/s400_api.h
index b3e6b3f..d09c078 100644
--- a/arch/arm/include/asm/mach-imx/s400_api.h
+++ b/arch/arm/include/asm/mach-imx/s400_api.h
@@ -32,7 +32,7 @@ struct imx8ulp_s400_msg {
u32 data[(S400_MAX_MSG - 1U)];
};
-int ahab_release_rdc(u8 core_id, bool xrdc, u32 *response);
+int ahab_release_rdc(u8 core_id, u8 xrdc, u32 *response);
int ahab_auth_oem_ctnr(ulong ctnr_addr, u32 *response);
int ahab_release_container(u32 *response);
int ahab_verify_image(u32 img_id, u32 *response);