env: Rename getenv/_f() to env_get()
[platform/kernel/u-boot.git] / board / gdsys / p1022 / controlcenterd.c
index 01064dc..24e58cb 100644 (file)
@@ -223,7 +223,7 @@ void hw_watchdog_reset(void)
 #ifdef CONFIG_TRAILBLAZER
 int do_bootd(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 {
-       return run_command(getenv("bootcmd"), flag);
+       return run_command(env_get("bootcmd"), flag);
 }
 
 int board_early_init_r(void)