]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/main.c
Merge with /home/m8/git/u-boot
[karo-tx-uboot.git] / common / main.c
index 1389958de3e1bd0251535476dcc16dde6a626f3c..f042f3a636fd6171ce2f96c6f8a15b49fb33169b 100644 (file)
@@ -347,7 +347,7 @@ void main_loop (void)
 #ifdef CONFIG_MODEM_SUPPORT
        debug ("DEBUG: main_loop:   do_mdm_init=%d\n", do_mdm_init);
        if (do_mdm_init) {
-               uchar *str = strdup(getenv("mdm_cmd"));
+               char *str = strdup(getenv("mdm_cmd"));
                setenv ("preboot", str);  /* set or delete definition */
                if (str != NULL)
                        free (str);