summaryrefslogtreecommitdiffstats
path: root/main/common/alttfsdevtbl.S
diff options
context:
space:
mode:
Diffstat (limited to 'main/common/alttfsdevtbl.S')
-rw-r--r--main/common/alttfsdevtbl.S32
1 files changed, 16 insertions, 16 deletions
diff --git a/main/common/alttfsdevtbl.S b/main/common/alttfsdevtbl.S
index 1e198b8..2bb2f80 100644
--- a/main/common/alttfsdevtbl.S
+++ b/main/common/alttfsdevtbl.S
@@ -1,7 +1,7 @@
/**************************************************************************
*
* Copyright (c) 2013 Alcatel-Lucent
- *
+ *
* Alcatel Lucent licenses this file to You under the Apache License,
* Version 2.0 (the "License"); you may not use this file except in
* compliance with the License. A copy of the License is contained the
@@ -32,7 +32,7 @@
* versions can find this location through a tag in the linker
* map file. That tag must be set to point to the physical location
* at which alt_tfsdevtbl_base is placed (similar to etheradd).
- *
+ *
* So, when building with the following line in config.h...
*
* #define TFS_ALTDEVTBL_BASE &alt_tfsdevtbl_base
@@ -42,26 +42,26 @@
* something like this (where ALTTFSDEVTBLBASE is replaced by
* some fixed address)...
*
- * alt_tfsdevtbl_base = ALTTFSDEVTBLBASE;
+ * alt_tfsdevtbl_base = ALTTFSDEVTBLBASE;
*
* Original author: Ed Sutter (ed.sutter@alcatel-lucent.com)
*
*/
- .global alt_tfsdevtbl_base
+.global alt_tfsdevtbl_base
- .balign 0x10
+.balign 0x10
alt_tfsdevtbl_base:
- .byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
- .byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
- .byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
- .byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
- .byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
- .byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
- .byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
- .byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
- .byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
- .byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
- .byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
+.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
+.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
+.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
+.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
+.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
+.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
+.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
+.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
+.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
+.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
+.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
alt_tfsdevtbl_end: