summaryrefslogtreecommitdiff
path: root/arch/riscv/lib/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/lib/boot.c')
-rw-r--r--arch/riscv/lib/boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/lib/boot.c b/arch/riscv/lib/boot.c
index 42b15a13a2..778d011f7c 100644
--- a/arch/riscv/lib/boot.c
+++ b/arch/riscv/lib/boot.c
@@ -8,7 +8,7 @@
#include <command.h>
unsigned long do_go_exec(ulong (*entry)(int, char * const []),
- int argc, char * const argv[])
+ int argc, char *const argv[])
{
cleanup_before_linux();