USB: DM: Convert i.MX5 ehci code to driver model
[oweals/u-boot.git] / arch / arm / mach-kirkwood / cpu.c
index 8b21db10715364f33f7d50abcd2cd001822e6045..8f8e3003854c213d7b04c2e974058230f90b605b 100644 (file)
@@ -251,7 +251,6 @@ int arch_misc_init(void)
        temp |= (1 << 22);
        writefr_extra_feature_reg(temp);
 
-       icache_enable();
        /* Change reset vector to address 0x0 */
        temp = get_cr();
        set_cr(temp & ~CR_V);