ARMV7: OMAP: Move syslib.c to omap-common since it can be shared by OMAP3 and OMAP4
[oweals/u-boot.git] / arch / arm / lib / bootm.c
index 5ac1302aa6e1c8d6b96bec3c7bc623a2257b2718..310132126cd6d2d341ff7c31d25dab9213eb1792 100644 (file)
@@ -50,7 +50,7 @@ static void setup_end_tag (bd_t *bd);
 static struct tag *params;
 #endif /* CONFIG_SETUP_MEMORY_TAGS || CONFIG_CMDLINE_TAG || CONFIG_INITRD_TAG */
 
-int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images)
+int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *images)
 {
        bd_t    *bd = gd->bd;
        char    *s;