WS cleanup: remove SPACE(s) followed by TAB
[platform/kernel/u-boot.git] / arch / m68k / cpu / mcf5227x / start.S
index 86c93ba..632f1b1 100644 (file)
@@ -6,7 +6,6 @@
 
 #include <asm-offsets.h>
 #include <config.h>
-#include "version.h"
 #include <asm/cache.h>
 
 #define _START _start
 _vectors:
 #if defined(CONFIG_CF_SBF)
 INITSP:        .long   0                       /* Initial SP   */
-INITPC:        .long   ASM_DRAMINIT            /* Initial PC   */
+INITPC:        .long   ASM_DRAMINIT            /* Initial PC   */
 #else
 INITSP:        .long   0                       /* Initial SP   */
-INITPC:        .long   _START                  /* Initial PC   */
+INITPC:        .long   _START                  /* Initial PC   */
 #endif
 
 vector02_0F:
@@ -489,7 +488,4 @@ _int_handler:
 
 /******************************************************************************/
 
-.globl version_string
-version_string:
-.ascii U_BOOT_VERSION_STRING, "\0"
 .align 4