]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_console.c
FDT: only call boot_get_fdt from generic code
[u-boot] / common / cmd_console.c
index 178fbfeaa897854a22b1a38d2ec17d9dadeff2b0..d8cad6b9176ee0b760d1b3be5a9ab7205c60ea2b 100644 (file)
@@ -29,7 +29,7 @@
 #include <stdio_dev.h>
 
 extern void _do_coninfo (void);
-int do_coninfo (cmd_tbl_t * cmd, int flag, int argc, char *argv[])
+int do_coninfo (cmd_tbl_t * cmd, int flag, int argc, char * const argv[])
 {
        int l;
        struct list_head *list = stdio_get_list();