]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm720t/cpu.c
mx31: Define default SoC input clock frequencies
[u-boot] / arch / arm / cpu / arm720t / cpu.c
index 974f2880a417a0268cd1c6b43bbc518671aca0f0..ce7b3c9c24e1ac45e3f84ba46fc4b447aa726dd5 100644 (file)
@@ -51,6 +51,8 @@ int cleanup_before_linux (void)
        /* Nothing more needed */
 #elif defined(CONFIG_INTEGRATOR) && defined(CONFIG_ARCH_INTEGRATOR)
        /* No cleanup before linux for IntegratorAP/CM720T as yet */
+#elif defined(CONFIG_TEGRA)
+       /* No cleanup before linux for tegra as yet */
 #else
 #error No cleanup_before_linux() defined for this CPU type
 #endif