summaryrefslogtreecommitdiff
path: root/board/BuR/brppt1/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/BuR/brppt1/board.c')
-rw-r--r--board/BuR/brppt1/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/BuR/brppt1/board.c b/board/BuR/brppt1/board.c
index a22722122b..6083479f2b 100644
--- a/board/BuR/brppt1/board.c
+++ b/board/BuR/brppt1/board.c
@@ -167,7 +167,7 @@ int board_late_init(void)
lcd_position_cursor(1, 8);
lcd_puts(
"switching to network-console ... ");
- setenv("bootcmd", "run netconsole");
+ env_set("bootcmd", "run netconsole");
}
return 0;
}