X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fbosch%2Fshc%2Fboard.c;h=2c830a219cc2e772854e33da9b50ed976d2ea022;hb=382bee57f19b4454e2015bc19a010bc2d0ab9337;hp=38577f30f15ab91a9dd68f59343cca8f711e4958;hpb=01510091de905c46620757b9027b2e55c4b3b313;p=u-boot diff --git a/board/bosch/shc/board.c b/board/bosch/shc/board.c index 38577f30f1..2c830a219c 100644 --- a/board/bosch/shc/board.c +++ b/board/bosch/shc/board.c @@ -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"); } }