diff options
Diffstat (limited to 'arch/nds32/lib/boot.c')
-rw-r--r-- | arch/nds32/lib/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nds32/lib/boot.c b/arch/nds32/lib/boot.c index c50e8e5168..da2fd36a16 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(); |