command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / board / xilinx / zynqmp / zynqmp.c
index 6aad1352c44358b6525b67d2e81f730b6e18bef6..7a8c745f9beff99f55c784c923de90dbd51ddce1 100644 (file)
@@ -5,6 +5,7 @@
  */
 
 #include <common.h>
+#include <command.h>
 #include <cpu_func.h>
 #include <debug_uart.h>
 #include <env.h>
@@ -415,7 +416,7 @@ int board_early_init_r(void)
 }
 
 unsigned long do_go_exec(ulong (*entry)(int, char * const []), int argc,
-                        char * const argv[])
+                        char *const argv[])
 {
        int ret = 0;