X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=arch%2Fsh%2Fcpu%2Fsh4%2Fcpu.c;h=f1367583345330d1476446429e360e67c6e58ed9;hp=be410abf00aae26af8ac1baa049527fb537d037e;hb=54841ab50c20d6fa6c9cc3eb826989da3a22d934;hpb=b218ccb5435e64ac2318bb8b6c9594ef1cc724cd diff --git a/arch/sh/cpu/sh4/cpu.c b/arch/sh/cpu/sh4/cpu.c index be410abf00..f136758334 100644 --- a/arch/sh/cpu/sh4/cpu.c +++ b/arch/sh/cpu/sh4/cpu.c @@ -44,7 +44,7 @@ int cleanup_before_linux (void) return 0; } -int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) +int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) { disable_interrupts(); reset_cpu (0);