summaryrefslogtreecommitdiffstats
path: root/include/pcmcia
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-06-27 21:31:46 +0000
committerwdenk <wdenk>2003-06-27 21:31:46 +0000
commit8bde7f776c77b343aca29b8c7b58464d915ac245 (patch)
tree20f1fd99975215e7c658454a15cdb4ed4694e2d4 /include/pcmcia
parent993cad9364c6b87ae429d1ed1130d8153f6f027e (diff)
downloadblackbird-obmc-uboot-8bde7f776c77b343aca29b8c7b58464d915ac245.tar.gz
blackbird-obmc-uboot-8bde7f776c77b343aca29b8c7b58464d915ac245.zip
* Code cleanup:
- remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
Diffstat (limited to 'include/pcmcia')
-rw-r--r--include/pcmcia/i82365.h2
-rw-r--r--include/pcmcia/ss.h2
-rw-r--r--include/pcmcia/ti113x.h4
-rw-r--r--include/pcmcia/yenta.h2
4 files changed, 5 insertions, 5 deletions
diff --git a/include/pcmcia/i82365.h b/include/pcmcia/i82365.h
index 27ee5837c1..0b432a80ba 100644
--- a/include/pcmcia/i82365.h
+++ b/include/pcmcia/i82365.h
@@ -9,7 +9,7 @@
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
* the License for the specific language governing rights and
- * limitations under the License.
+ * limitations under the License.
*
* The initial developer of the original code is David A. Hinds
* <dahinds@users.sourceforge.net>. Portions created by David A. Hinds
diff --git a/include/pcmcia/ss.h b/include/pcmcia/ss.h
index d197e42d23..aafae8a547 100644
--- a/include/pcmcia/ss.h
+++ b/include/pcmcia/ss.h
@@ -9,7 +9,7 @@
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
* the License for the specific language governing rights and
- * limitations under the License.
+ * limitations under the License.
*
* The initial developer of the original code is David A. Hinds
* <dahinds@users.sourceforge.net>. Portions created by David A. Hinds
diff --git a/include/pcmcia/ti113x.h b/include/pcmcia/ti113x.h
index 26c57648e7..5453588d0c 100644
--- a/include/pcmcia/ti113x.h
+++ b/include/pcmcia/ti113x.h
@@ -9,7 +9,7 @@
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
* the License for the specific language governing rights and
- * limitations under the License.
+ * limitations under the License.
*
* The initial developer of the original code is David A. Hinds
* <dahinds@users.sourceforge.net>. Portions created by David A. Hinds
@@ -115,7 +115,7 @@
#define TI113X_SCR_CDMA_EN 0x00000008
#define TI113X_SCR_ASYNC_IRQ 0x00000004
#define TI113X_SCR_KEEPCLK 0x00000002
-#define TI113X_SCR_CLKRUN_ENA 0x00000001
+#define TI113X_SCR_CLKRUN_ENA 0x00000001
#define TI122X_SCR_SER_STEP 0xc0000000
#define TI122X_SCR_INTRTIE 0x20000000
diff --git a/include/pcmcia/yenta.h b/include/pcmcia/yenta.h
index 525d8ecc82..5cd58a7da3 100644
--- a/include/pcmcia/yenta.h
+++ b/include/pcmcia/yenta.h
@@ -9,7 +9,7 @@
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
* the License for the specific language governing rights and
- * limitations under the License.
+ * limitations under the License.
*
* The initial developer of the original code is David A. Hinds
* <dahinds@users.sourceforge.net>. Portions created by David A. Hinds
OpenPOWER on IntegriCloud