]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/BuR/brppt1/board.c
env: Rename setenv() to env_set()
[people/ms/u-boot.git] / board / BuR / brppt1 / board.c
index a22722122bd680f8657391e6f46e56fad9c0fb3e..6083479f2b07006fac21a2294a5cccd5cb720787 100644 (file)
@@ -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;
 }