board: ks2: move uinitrd fixup logic inside ft_board_setup_ex
[oweals/u-boot.git] / board / ti / ti816x / evm.c
index cb40cc5f473ccde26e657fdcf2c0d8d1ae8b8653..07a084bab8a9ccdd00b09e8c044fac4a68d82274 100644 (file)
@@ -1,13 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * evm.c
  *
  * Copyright (C) 2013, Adeneo Embedded <www.adeneo-embedded.com>
  * Antoine Tenart, <atenart@adeneo-embedded.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
+#include <environment.h>
 #include <spl.h>
 #include <netdev.h>
 #include <asm/cache.h>