tizen 2.3.1 release
[platform/kernel/u-boot.git] / board / ep82xxm / ep82xxm.c
index fdde535..c1d6e91 100644 (file)
@@ -4,7 +4,23 @@
  * Support for Embedded Planet EP82xxM boards.
  * Tested on EP82xxM (MPC8270).
  *
- * SPDX-License-Identifier:    GPL-2.0+
+ * See file CREDITS for list of people who contributed to this
+ * project.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
  */
 
 #include <common.h>
@@ -15,7 +31,6 @@
 #include <pci.h>
 #endif
 #include <miiphy.h>
-#include <linux/compiler.h>
 
 /*
  * I/O Port configuration table
@@ -215,8 +230,8 @@ phys_size_t initdram(int board_type)
        uint psdmr = CONFIG_SYS_PSDMR;
        int i;
 
+       unsigned char   ramtmp;
        unsigned char   *ramptr1 = (unsigned char *)0x00000110;
-       __maybe_unused unsigned char    ramtmp;
 
        memctl->memc_mptpr = CONFIG_SYS_MPTPR;