]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/imx-common/cpu.c
TX6 Release 2013-04-22
[karo-tx-uboot.git] / arch / arm / imx-common / cpu.c
index a9b86c1173203a3bd8740a5e5b08fa299e8e8194..a02f2e75c0381be51485524a730d0f1d217fe707 100644 (file)
@@ -30,7 +30,6 @@
 #include <asm/arch/clock.h>
 #include <asm/arch/sys_proto.h>
 #include <asm/arch/crm_regs.h>
-#include <ipu_pixfmt.h>
 
 #ifdef CONFIG_FSL_ESDHC
 #include <fsl_esdhc.h>
@@ -65,7 +64,7 @@ char *get_reset_cause(void)
        }
 }
 
-#if defined(CONFIG_MX53) || defined(CONFIG_MX6)
+#if defined(CONFIG_MX53) || defined(CONFIG_MX6Q)
 #if defined(CONFIG_MX53)
 #define MEMCTL_BASE    ESDCTL_BASE_ADDR;
 #else
@@ -186,11 +185,3 @@ u32 get_ahb_clk(void)
 
        return get_periph_clk() / (ahb_podf + 1);
 }
-
-#if defined(CONFIG_VIDEO_IPUV3)
-void arch_preboot_os(void)
-{
-       /* disable video before launching O/S */
-       ipuv3_fb_shutdown();
-}
-#endif