]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_universe.c
Make sure that argv[] argument pointers are not modified.
[people/ms/u-boot.git] / common / cmd_universe.c
index 0a6d722a0ece8fc5219319577246150d61991731..a86a5746b0d80a6a88af765a7c336fe4794100e8 100644 (file)
@@ -317,7 +317,7 @@ int universe_vme_slave_window(unsigned int vmeAddr, unsigned int pciAddr, int si
 /*
  * Tundra Universe configuration
  */
-int do_universe(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
+int do_universe(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 {
        ulong addr1 = 0, addr2 = 0, size = 0, vam = 0, pms = 0, vdw = 0;
        char cmd = 'x';