summaryrefslogtreecommitdiff
path: root/arch/arm/mach-k3/r5/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-k3/r5/common.c')
-rw-r--r--arch/arm/mach-k3/r5/common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-k3/r5/common.c b/arch/arm/mach-k3/r5/common.c
index 0b6604039f3..6ac2973bd67 100644
--- a/arch/arm/mach-k3/r5/common.c
+++ b/arch/arm/mach-k3/r5/common.c
@@ -5,6 +5,7 @@
* Copyright (C) 2023 Texas Instruments Incorporated - https://www.ti.com/
*/
+#include <env.h>
#include <linux/printk.h>
#include <linux/types.h>
#include <asm/hardware.h>
@@ -136,7 +137,7 @@ void release_resources_for_core_shutdown(void)
}
}
-void __noreturn jump_to_image_no_args(struct spl_image_info *spl_image)
+void __noreturn jump_to_image(struct spl_image_info *spl_image)
{
typedef void __noreturn (*image_entry_noargs_t)(void);
struct ti_sci_handle *ti_sci = get_ti_sci_handle();