summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mbx8xx
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-28 06:28:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-28 06:28:41 +0000
commit309dbd07ff699a9fd96ec3c511b808616ca12f96 (patch)
treea6fe1d120ca0050fb22b0bbad271cf4f6019f575 /c/src/lib/libbsp/powerpc/mbx8xx
parentWhitespace removal. (diff)
downloadrtems-309dbd07ff699a9fd96ec3c511b808616ca12f96.tar.bz2
Whitespace removal.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mbx8xx')
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/configure.ac b/c/src/lib/libbsp/powerpc/mbx8xx/configure.ac
index 8a86de5e8d..4ae8a4cc03 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/configure.ac
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/configure.ac
@@ -1,5 +1,5 @@
## Process this file with autoconf to produce a configure script.
-##
+##
## $Id$
AC_PREREQ(2.60)
@@ -56,8 +56,8 @@ RTEMS_BSPOPTS_HELP([UARTS_USE_TERMIOS],
RTEMS_BSPOPTS_SET([CONSOLE_MINOR],[mbx860_005b],[SMC1_MINOR])
RTEMS_BSPOPTS_SET([CONSOLE_MINOR],[*],[SMC2_MINOR])
RTEMS_BSPOPTS_HELP([CONSOLE_MINOR],
-[(BSP--console driver) Must be defined to be one of SMC1_MINOR,
- SMC2_MINOR, SCC2_MINOR, SCC3_MINOR, or SCC4_MINOR.
+[(BSP--console driver) Must be defined to be one of SMC1_MINOR,
+ SMC2_MINOR, SCC2_MINOR, SCC3_MINOR, or SCC4_MINOR.
Determines which device will be registered as /dev/console.])
RTEMS_BSPOPTS_SET([UARTS_IO_MODE],[*],[0])
@@ -81,7 +81,7 @@ RTEMS_BSPOPTS_HELP([PRINTK_MINOR],
Must be defined to be one of SMC1_MINOR, SMC2_MINOR, SCC2_MINOR,
SCC3_MINOR, or SCC4_MINOR. Determines which device is used for output
by printk(). If the port that printk() uses is also used for other
- I/O (e.g. if PRINTK_MINOR == \$CONSOLE_MINOR), then both ports should
+ I/O (e.g. if PRINTK_MINOR == \$CONSOLE_MINOR), then both ports should
use the same type of I/O, otherwise the drivers will likely conflict with
each other.])
@@ -116,7 +116,7 @@ RTEMS_BSPOPTS_HELP([DISPATCH_HANDLER_STAT],
RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
-# Explicitly list a Makefile here
+# Explicitly list a Makefile here
AC_CONFIG_FILES([Makefile])
RTEMS_PPC_EXCEPTIONS