forked from Imagelibrary/rtems
Miscellaneous - Clean up file headers so patterns followed
XXX
This commit is contained in:
@@ -5,10 +5,8 @@
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
*
|
||||
* http://www.rtems.com/license/LICENSE.
|
||||
*
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
/*
|
||||
* GP32 startup code
|
||||
*
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
*
|
||||
* http://www.rtems.com/license/LICENSE.
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.rtems.com/license/LICENSE.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
/*
|
||||
* Multi UART console serial I/O.
|
||||
*
|
||||
* TO DO: Add DMA input/output
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
/*
|
||||
* Multi UART console serial I/O.
|
||||
*
|
||||
* TO DO: Add DMA input/output
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
/*
|
||||
* bspinit.S
|
||||
*
|
||||
* BSP specific initialization for Sparc64 RTEMS -- sun4u BSP
|
||||
*
|
||||
* COPYRIGHT (c) 2010 Gedare Bloom.
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.rtems.com/license/LICENSE.
|
||||
*
|
||||
* This code defines start code specific to the sun4u BSP
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
* BSP specific initialization for Sparc64 RTEMS -- sun4u BSP
|
||||
*
|
||||
* This code defines start code specific to the sun4u BSP
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* COPYRIGHT (c) 2010 Gedare Bloom.
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.rtems.com/license/LICENSE.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <rtems/asm.h>
|
||||
#include <rtems/score/cpu.h>
|
||||
|
||||
Reference in New Issue
Block a user