]> git.sur5r.net Git - u-boot/blobdiff - board/bosch/shc/board.c
env: Rename setenv() to env_set()
[u-boot] / board / bosch / shc / board.c
index 38577f30f15ab91a9dd68f59343cca8f711e4958..2c830a219cc2e772854e33da9b50ed976d2ea022 100644 (file)
@@ -251,7 +251,7 @@ static void check_button_status(void)
 
        if (value == 0) {
                printf("front button activated !\n");
-               setenv("harakiri", "1");
+               env_set("harakiri", "1");
        }
 }