summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm720t/start.S
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2012-10-03 08:54:12 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-10-26 22:38:56 +0200
commita63dd62bb2e07cb7b9b9e15e917df602a3291d13 (patch)
treef97c6667111be48af79767bea5f6b3eac4352f3d /arch/arm/cpu/arm720t/start.S
parentf2e0801565b7106da0f96784389c397794ce3906 (diff)
downloadtalos-obmc-uboot-a63dd62bb2e07cb7b9b9e15e917df602a3291d13.tar.gz
talos-obmc-uboot-a63dd62bb2e07cb7b9b9e15e917df602a3291d13.zip
arm720: Further clean up the arm720t directory
Clean up away old macros and such, so the file doesn't start piling up cruft. Signed-off-by: Marek Vasut <marex@denx.de> clean
Diffstat (limited to 'arch/arm/cpu/arm720t/start.S')
-rw-r--r--arch/arm/cpu/arm720t/start.S15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/cpu/arm720t/start.S b/arch/arm/cpu/arm720t/start.S
index 45c8f0a5ea..5d5e03e657 100644
--- a/arch/arm/cpu/arm720t/start.S
+++ b/arch/arm/cpu/arm720t/start.S
@@ -284,13 +284,6 @@ _dynsym_start_ofs:
*/
cpu_init_crit:
-#if defined(CONFIG_INTEGRATOR) && defined(CONFIG_ARCH_INTEGRATOR)
- /* No specific initialisation for IntegratorAP/CM720T as yet */
-#elif defined(CONFIG_TEGRA)
- /* No cpu_init_crit for tegra as yet */
-#else
-#error No cpu_init_crit() defined for current CPU type
-#endif
#ifdef CONFIG_ARM7_REVD
/* set clock speed */
@@ -481,11 +474,3 @@ fiq:
#endif
#endif /* CONFIG_SPL_BUILD */
-
-#if defined(CONFIG_INTEGRATOR) && defined(CONFIG_ARCH_INTEGRATOR)
- /* No specific reset actions for IntegratorAP/CM720T as yet */
-#elif defined(CONFIG_TEGRA)
- /* No specific reset actions for tegra as yet */
-#else
-#error No reset_cpu() defined for current CPU type
-#endif
OpenPOWER on IntegriCloud