[aboot] leave icache disabled before starting linux

This is apparently causing issues on some targets.
This commit is contained in:
Brian Swetland
2009-01-29 17:26:36 -08:00
parent f4acf736b6
commit 850454462d

View File

@@ -95,7 +95,6 @@ void boot_linux(void *kernel, unsigned *tags,
enter_critical_section(); enter_critical_section();
platform_uninit_timer(); platform_uninit_timer();
arch_disable_cache(UCACHE); arch_disable_cache(UCACHE);
arch_enable_cache(ICACHE);
arch_disable_mmu(); arch_disable_mmu();
entry(0, machtype, tags); entry(0, machtype, tags);