]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_setexpr.c
Enable PXAFB for PXA27X and PXA3XX
[karo-tx-uboot.git] / common / cmd_setexpr.c
index 2d3719755e0d6fed3b6734bef16ece0b8e61e4ea..b3e489fbe3c21359d1b662ed846af5c4f89691ed 100644 (file)
@@ -32,7 +32,7 @@ static ulong get_arg(char *s, int w)
 {
        ulong *p;
 
-        /*
+       /*
         * if the parameter starts with a '*' then assume
         * it is a pointer to the value we want
         */
@@ -50,7 +50,7 @@ static ulong get_arg(char *s, int w)
        }
 }
 
-int do_setexpr(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
+int do_setexpr(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 {
        ulong a, b;
        char buf[16];