]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/karo/common/env.c
karo: tx6: fix duplicate const error
[karo-tx-uboot.git] / board / karo / common / env.c
index 2b347cde3e728a968c3bcf268660995f3de397d1..d08b7f1a498311fb226b2275cf506717d78b11e1 100644 (file)
@@ -31,7 +31,7 @@ void env_cleanup(void)
        set_default_env(NULL);
 }
 #else
        set_default_env(NULL);
 }
 #else
-static const char const *cleanup_vars[] = {
+static const char * const cleanup_vars[] = {
        "bootargs",
        "fileaddr",
        "filesize",
        "bootargs",
        "fileaddr",
        "filesize",