]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/mx6ullevk/mx6ullevk.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / board / freescale / mx6ullevk / mx6ullevk.c
index 489bf2114b8a727ff03c072d520cc8df389e024e..ad83f36ef75112a6b06d2dc76905a1825415671e 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2016 Freescale Semiconductor, Inc.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <asm/arch/clock.h>
@@ -11,8 +10,8 @@
 #include <asm/arch/mx6-pins.h>
 #include <asm/arch/sys_proto.h>
 #include <asm/gpio.h>
-#include <asm/imx-common/iomux-v3.h>
-#include <asm/imx-common/boot_mode.h>
+#include <asm/mach-imx/iomux-v3.h>
+#include <asm/mach-imx/boot_mode.h>
 #include <asm/io.h>
 #include <common.h>
 #include <fsl_esdhc.h>
@@ -84,8 +83,8 @@ int board_late_init(void)
 #endif
 
 #ifdef CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
-       setenv("board_name", "EVK");
-       setenv("board_rev", "14X14");
+       env_set("board_name", "EVK");
+       env_set("board_rev", "14X14");
 #endif
 
        return 0;