summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2025-03-05 17:24:56 -0700
committerTom Rini <[email protected]>2025-03-18 13:12:15 -0600
commit95641f4bf98d3c90bfc4ae94515c98c440ffb2e1 (patch)
tree566ff9b0f24c97e7cf525febd7d8c798a1c5fc47 /arch
parent299d24eddfeb18a7576187b3010d5462317335e9 (diff)
x86: Rename zboot_run() to zboot_run_args()
Rename this function so we can (later) create a zboot_run() function which looks the same as bootm_run() Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/lib/zimage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/lib/zimage.c b/arch/x86/lib/zimage.c
index 2eece34a073..8d791416066 100644
--- a/arch/x86/lib/zimage.c
+++ b/arch/x86/lib/zimage.c
@@ -435,8 +435,8 @@ int zboot_go(void)
return ret;
}
-int zboot_run(ulong addr, ulong size, ulong initrd, ulong initrd_size,
- ulong base, char *cmdline)
+int zboot_run_args(ulong addr, ulong size, ulong initrd, ulong initrd_size,
+ ulong base, char *cmdline)
{
int ret;