Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsung
[oweals/u-boot.git] / cmd / ethsw.c
index 92a60b4515b96a23e80451d1971fff5978aee45d..884680579975f6911bfdfb3b713b93c91e2f090f 100644 (file)
@@ -1,14 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright 2015 Freescale Semiconductor, Inc.
  *
- * SPDX-License-Identifier:      GPL-2.0+
- *
  * Ethernet Switch commands
  */
 
 #include <common.h>
 #include <command.h>
-#include <environment.h>
+#include <env.h>
 #include <errno.h>
 #include <env_flags.h>
 #include <ethsw.h>