summaryrefslogtreecommitdiff
path: root/board/el/el6x/el6x.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/el/el6x/el6x.c')
-rw-r--r--board/el/el6x/el6x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/el/el6x/el6x.c b/board/el/el6x/el6x.c
index cbe355a600..6b98b5c3eb 100644
--- a/board/el/el6x/el6x.c
+++ b/board/el/el6x/el6x.c
@@ -466,7 +466,7 @@ int board_late_init(void)
add_board_boot_modes(board_boot_modes);
#endif
- setenv("board_name", BOARD_NAME);
+ env_set("board_name", BOARD_NAME);
return 0;
}