summaryrefslogtreecommitdiff
path: root/board/htkw/mcx/mcx.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/htkw/mcx/mcx.c')
-rw-r--r--board/htkw/mcx/mcx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/htkw/mcx/mcx.c b/board/htkw/mcx/mcx.c
index 1deb2bdd8b7..0a02e44046d 100644
--- a/board/htkw/mcx/mcx.c
+++ b/board/htkw/mcx/mcx.c
@@ -83,7 +83,7 @@ int board_late_init(void)
if (gpio_get_value(HOT_WATER_BUTTON))
return 0;
- setenv("bootcmd", "run swupdate");
+ env_set("bootcmd", "run swupdate");
return 0;
}