소스 검색

arm: remove useless code in start.S files

Remove code such as unneeded includes or labels.
These removals have no functional effect.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Albert ARIBAUD 12 년 전
부모
커밋
61bdb91335
2개의 변경된 파일0개의 추가작업 그리고 10개의 파일을 삭제
  1. 0 4
      arch/arm/cpu/arm925t/start.S
  2. 0 6
      arch/arm/cpu/arm926ejs/start.S

+ 0 - 4
arch/arm/cpu/arm925t/start.S

@@ -34,10 +34,6 @@
 #include <config.h>
 #include <config.h>
 #include <version.h>
 #include <version.h>
 
 
-#if defined(CONFIG_OMAP1510)
-#include <./configs/omap1510.h>
-#endif
-
 /*
 /*
  *************************************************************************
  *************************************************************************
  *
  *

+ 0 - 6
arch/arm/cpu/arm926ejs/start.S

@@ -36,12 +36,6 @@
 #include <common.h>
 #include <common.h>
 #include <version.h>
 #include <version.h>
 
 
-#if defined(CONFIG_OMAP1610)
-#include <./configs/omap1510.h>
-#elif defined(CONFIG_OMAP730)
-#include <./configs/omap730.h>
-#endif
-
 /*
 /*
  *************************************************************************
  *************************************************************************
  *
  *