env: Drop environment.h header file where not needed
[oweals/u-boot.git] / board / ti / ti814x / evm.c
index cdde6a8ca338d2bc45481dbaf904858daf8a6e62..2b9385d14b43ca36945ed003e34e9f0a0b6f61c2 100644 (file)
@@ -1,15 +1,15 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * evm.c
  *
  * Board functions for TI814x EVM
  *
  * Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <cpsw.h>
+#include <env.h>
 #include <errno.h>
 #include <spl.h>
 #include <asm/arch/cpu.h>