Changeset 309dbd0 in rtems for c/src/lib/libbsp/sh


Ignore:
Timestamp:
11/28/09 06:28:41 (14 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 5, master
Children:
33c3b54d
Parents:
e447c7d2
Message:

Whitespace removal.

Location:
c/src/lib/libbsp/sh
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sh/configure.ac

    re447c7d2 r309dbd0  
    11## Process this file with autoconf to produce a configure script.
    2 ## 
     2##
    33## $Id$
    44
  • c/src/lib/libbsp/sh/gensh1/configure.ac

    re447c7d2 r309dbd0  
    11## Process this file with autoconf to produce a configure script.
    2 ## 
     2##
    33## $Id$
    44
     
    2222RTEMS_BSPOPTS_SET([START_HW_INIT],[*],[])
    2323RTEMS_BSPOPTS_HELP([START_HW_INIT],
    24 [If defined, selects whether 'early_hw_init()' is called from 'start.S'; 
     24[If defined, selects whether 'early_hw_init()' is called from 'start.S';
    2525 'bsp_hw_init()' is always called from 'bspstart.c'])
    2626
  • c/src/lib/libbsp/sh/gensh2/configure.ac

    re447c7d2 r309dbd0  
    11## Process this file with autoconf to produce a configure script.
    2 ## 
     2##
    33## $Id$
    44
     
    1616RTEMS_PROG_CCAS
    1717
    18 ## bsp-specific options 
     18## bsp-specific options
    1919RTEMS_BSPOPTS_SET([CPU_CLOCK_RATE_HZ],[*],[29491200])
    2020RTEMS_BSPOPTS_HELP([CPU_CLOCK_RATE_HZ],[cpu clock rate in HZ])
     
    2525RTEMS_BSPOPTS_SET([START_HW_INIT],[*],[])
    2626RTEMS_BSPOPTS_HELP([START_HW_INIT],
    27 [If defined, selects whether 'early_hw_init()' is called from 'start.S'; 
     27[If defined, selects whether 'early_hw_init()' is called from 'start.S';
    2828 'bsp_hw_init()' is always called from 'bspstart.c'])
    2929
  • c/src/lib/libbsp/sh/gensh4/configure.ac

    re447c7d2 r309dbd0  
    11## Process this file with autoconf to produce a configure script.
    2 ## 
     2##
    33## $Id$
    44
  • c/src/lib/libbsp/sh/shsim/configure.ac

    re447c7d2 r309dbd0  
    11## Process this file with autoconf to produce a configure script.
    2 ## 
     2##
    33## $Id$
    44
     
    3232RTEMS_BSPOPTS_SET([START_HW_INIT],[*],[])
    3333RTEMS_BSPOPTS_HELP([START_HW_INIT],
    34 [If defined, selects whether 'early_hw_init()' is called from 'start.S'; 
     34[If defined, selects whether 'early_hw_init()' is called from 'start.S';
    3535 'bsp_hw_init()' is always called from 'bspstart.c'])
    3636
Note: See TracChangeset for help on using the changeset viewer.