]> Git Repo - J-u-boot.git/blobdiff - arch/nds32/lib/boot.c
command: Remove the cmd_tbl_t typedef
[J-u-boot.git] / arch / nds32 / lib / boot.c
index c50e8e516870f18b2949615c6ee7a7dbd967a135..da2fd36a16c4b50b059a32c2474681b8df91ebed 100644 (file)
@@ -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();
 
This page took 0.025641 seconds and 4 git commands to generate.