]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: remove useless code in start.S files
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 8 Jan 2013 10:18:03 +0000 (10:18 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 8 Jan 2013 21:14:54 +0000 (22:14 +0100)
Remove code such as unneeded includes or labels.
These removals have no functional effect.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
arch/arm/cpu/arm925t/start.S
arch/arm/cpu/arm926ejs/start.S

index 82f5b8b590c7ec9ef6b68774ea6c63b0555321d5..e8d6d71c1701613e7781846c6ecfe25d57ee0b1e 100644 (file)
 #include <config.h>
 #include <version.h>
 
-#if defined(CONFIG_OMAP1510)
-#include <./configs/omap1510.h>
-#endif
-
 /*
  *************************************************************************
  *
index 3cdecd9cdd9e3f28b734e3e83fa0a490d2cca1dd..66a8b654bdf465d9fc1ad711de4925ca42006c8c 100644 (file)
 #include <common.h>
 #include <version.h>
 
-#if defined(CONFIG_OMAP1610)
-#include <./configs/omap1510.h>
-#elif defined(CONFIG_OMAP730)
-#include <./configs/omap730.h>
-#endif
-
 /*
  *************************************************************************
  *