]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-omap2/utils.c
net: Move enetaddr env access code to env config instead of net config
[u-boot] / arch / arm / mach-omap2 / utils.c
index d11670c0eee0cb161d96d479441bdeaf1abdecb1..1d3962500d25a6afd8e061c4ad6dd7e9fc59c688 100644 (file)
@@ -5,8 +5,11 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 #include <common.h>
+#include <environment.h>
 #include <asm/setup.h>
 #include <asm/arch/sys_proto.h>
+#include <asm/omap_common.h>
+
 static void do_cancel_out(u32 *num, u32 *den, u32 factor)
 {
        while (1) {