Revert "msm8960: apq8064: Configure all memory as strongly ordered."

This reverts commit 11c3578c18850f10eb1c833ac41910d8aff6832a.

The cache problem was because of unstable sbls.
The problem is not reproducible with latest boot loaders.

Change-Id: Iabf06b1d32717480734e0d790407f469fcd61903
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;