env: Move env_set() to env.h
[oweals/u-boot.git] / board / freescale / mx6ullevk / mx6ullevk.c
index cebcec738fc074b1221bc9f53c41b0b31848849c..e1193478026273e3bbcc2090ca95906693892c92 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>
@@ -15,7 +14,8 @@
 #include <asm/mach-imx/boot_mode.h>
 #include <asm/io.h>
 #include <common.h>
-#include <fsl_esdhc.h>
+#include <env.h>
+#include <fsl_esdhc_imx.h>
 #include <linux/sizes.h>
 #include <mmc.h>