summaryrefslogtreecommitdiff
path: root/board/phytec/pfla02
diff options
context:
space:
mode:
Diffstat (limited to 'board/phytec/pfla02')
-rw-r--r--board/phytec/pfla02/pfla02.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/phytec/pfla02/pfla02.c b/board/phytec/pfla02/pfla02.c
index 54e88c6a76..8d2ce63e06 100644
--- a/board/phytec/pfla02/pfla02.c
+++ b/board/phytec/pfla02/pfla02.c
@@ -392,7 +392,7 @@ int board_late_init(void)
#endif
snprintf(buf, sizeof(buf), "%d", get_board_rev());
- setenv("board_rev", buf);
+ env_set("board_rev", buf);
return 0;
}