aboutsummaryrefslogtreecommitdiff
path: root/arch/nds32/lib/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/nds32/lib/boot.c')
-rw-r--r--arch/nds32/lib/boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nds32/lib/boot.c b/arch/nds32/lib/boot.c
index c50e8e5..da2fd36 100644
--- a/arch/nds32/lib/boot.c
+++ b/arch/nds32/lib/boot.c
@@ -9,7 +9,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();