]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/ti/am335x/board.c
env: Rename setenv() to env_set()
[people/ms/u-boot.git] / board / ti / am335x / board.c
index ac0592b725e00997ee3eb977b33ad24520eb4126..5751b814ca263f5649ad718634e7cb40c2ee8210 100644 (file)
@@ -731,7 +731,7 @@ int board_late_init(void)
         * on HS devices.
         */
        if (get_device_type() == HS_DEVICE)
-               setenv("boot_fit", "1");
+               env_set("boot_fit", "1");
 #endif
 
 #if !defined(CONFIG_SPL_BUILD)