Commit 61bdb9133593f0f881a57232039296f64bd662ed

Authored by Albert ARIBAUD
1 parent e05e5de7fa

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>

Showing 2 changed files with 0 additions and 10 deletions Side-by-side Diff

arch/arm/cpu/arm925t/start.S
... ... @@ -34,10 +34,6 @@
34 34 #include <config.h>
35 35 #include <version.h>
36 36  
37   -#if defined(CONFIG_OMAP1510)
38   -#include <./configs/omap1510.h>
39   -#endif
40   -
41 37 /*
42 38 *************************************************************************
43 39 *
arch/arm/cpu/arm926ejs/start.S
... ... @@ -36,12 +36,6 @@
36 36 #include <common.h>
37 37 #include <version.h>
38 38  
39   -#if defined(CONFIG_OMAP1610)
40   -#include <./configs/omap1510.h>
41   -#elif defined(CONFIG_OMAP730)
42   -#include <./configs/omap730.h>
43   -#endif
44   -
45 39 /*
46 40 *************************************************************************
47 41 *