Merge "Revert "msm8960: apq8064: Configure all memory as strongly ordered.""
diff --git a/platform/msm8960/platform.c b/platform/msm8960/platform.c
index 3579a6e..61c0ec4 100644
--- a/platform/msm8960/platform.c
+++ b/platform/msm8960/platform.c
@@ -154,11 +154,6 @@
 	uint32_t sections;
 	uint32_t table_size = ARRAY_SIZE(mmu_section_table);
 
-	/* TODO: Caches are not working correctly on APQ8064 platform.
-	 *       Disabling caches for now. Need to fix it.
-	 */
-	return;
-
 	for (i = 0; i < table_size; i++) {
 		sections = mmu_section_table[i].num_of_sections;