]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm920t/at91/at91rm9200_devices.c
Merge git://git.denx.de/u-boot-arm
[u-boot] / arch / arm / cpu / arm920t / at91 / at91rm9200_devices.c
index f610a1e5627a991bec56e7118cf6098a437f5ae1..fc54327c0d326df99cc277b2fffdf3cba4aeed42 100644 (file)
@@ -5,26 +5,10 @@
  * Andreas Bießmann <andreas.devel@googlemail.com>
  *
  * (C) Copyright 2007-2008
- * Stelian Pop <stelian.pop@leadtechdesign.com>
+ * Stelian Pop <stelian@popies.net>
  * Lead Tech Design <www.leadtechdesign.com>
  *
- * 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
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -75,11 +59,9 @@ void at91_serial2_hw_init(void)
        writel(1 << ATMEL_ID_USART2, &pmc->pcer);
 }
 
-
 void at91_seriald_hw_init(void)
 {
        at91_set_a_periph(AT91_PIO_PORTA, 30, PUP);             /* DRXD */
        at91_set_a_periph(AT91_PIO_PORTA, 31, 1);               /* DTXD */
        /* writing SYS to PCER has no effect on AT91RM9200 */
 }
-