Bootloader/lk: Don't disable L1 Data Cache on msm7x30

This was fixed on eclair-ohd, but never pulled over to lk.
diff --git a/platform/msm7x30/arch_init.S b/platform/msm7x30/arch_init.S
index 3855791..83969d4 100644
--- a/platform/msm7x30/arch_init.S
+++ b/platform/msm7x30/arch_init.S
@@ -525,14 +525,6 @@
 .word 0xe3003037  // hardcoded MOVW instruction due to lack of compiler support
         // MOVT   r3, #0x000C
 .word 0xe340300c  // hardcoded MOVW instruction due to lack of compiler support
-            //; read the version_id to determine if d-cache should be disabled
-            LDR r2, = 0xa8e00270  //;Read HW_REVISION_NUMBER, HWIO_HW_REVISION_NUMBER_ADDR
-            LDR r2,[r2]
-            AND r2,r2,#0xf0000000 //;hw_revision mask off bits 28-31
-                //;if HW_revision is 1.0 or older, (revision==0)
-                CMP r2,#0
-        //; Disable d-cache on older QSD8650 (Rev 1.0) silicon
-        orreq   r3, r3, #0x4000          //;disable dcache
         MCR   p15, 0, r3, c1, c0, 1      //; WCP15_ACTLR  r3
 
 //;End of error and control setting