]> Git Repo - J-u-boot.git/blobdiff - board/syteco/zmx25/zmx25.c
env: Rename setenv() to env_set()
[J-u-boot.git] / board / syteco / zmx25 / zmx25.c
index 087d856b03694354bdd8cb4138f4a02205ad93cf..e02dcf299506f3b99b4db42f01c4e3e90c73f46c 100644 (file)
  * And:
  *   RedBoot tx25_misc.c Copyright (C) 2009 Red Hat
  *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
- *
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 #include <common.h>
 #include <asm/gpio.h>
@@ -170,9 +156,9 @@ int board_late_init(void)
                                gpio_set_value(IMX_GPIO_NR(1, 29), 0);
                                gpio_set_value(IMX_GPIO_NR(4, 21), 0);
 
-                               setenv("preboot", "run gs_slow_boot");
+                               env_set("preboot", "run gs_slow_boot");
                        } else
-                               setenv("preboot", "run gs_fast_boot");
+                               env_set("preboot", "run gs_fast_boot");
                }
        }
 
This page took 0.027395 seconds and 4 git commands to generate.