summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm926ejs/start.S
diff options
context:
space:
mode:
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-01-08 10:18:03 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-01-08 22:14:54 +0100
commit61bdb9133593f0f881a57232039296f64bd662ed (patch)
treee608e1404b19f62821dc8b889b3c2988322dacbb /arch/arm/cpu/arm926ejs/start.S
parente05e5de7fae5bec79617e113916dac6631251156 (diff)
downloadblackbird-obmc-uboot-61bdb9133593f0f881a57232039296f64bd662ed.tar.gz
blackbird-obmc-uboot-61bdb9133593f0f881a57232039296f64bd662ed.zip
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>
Diffstat (limited to 'arch/arm/cpu/arm926ejs/start.S')
-rw-r--r--arch/arm/cpu/arm926ejs/start.S6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/cpu/arm926ejs/start.S b/arch/arm/cpu/arm926ejs/start.S
index 3cdecd9cdd..66a8b654bd 100644
--- a/arch/arm/cpu/arm926ejs/start.S
+++ b/arch/arm/cpu/arm926ejs/start.S
@@ -36,12 +36,6 @@
#include <common.h>
#include <version.h>
-#if defined(CONFIG_OMAP1610)
-#include <./configs/omap1510.h>
-#elif defined(CONFIG_OMAP730)
-#include <./configs/omap730.h>
-#endif
-
/*
*************************************************************************
*
OpenPOWER on IntegriCloud