platform/target: msm8994: Use CE2 for kernel authentication

CE2 is assigned for appsbl use, use CE2 instead of CE3
for kernel authentication

Change-Id: I3e62cefca82dfa1836b5d955c7ec7bc84618ab36
diff --git a/platform/msm8994/include/platform/iomap.h b/platform/msm8994/include/platform/iomap.h
index 60c9865..fd51de5 100644
--- a/platform/msm8994/include/platform/iomap.h
+++ b/platform/msm8994/include/platform/iomap.h
@@ -176,8 +176,8 @@
 #define SPMI_GENI_BASE              (SPMI_BASE + 0xA000)
 #define SPMI_PIC_BASE               (SPMI_BASE + 0xB000)
 
-#define MSM_CE3_BAM_BASE            0xFD3C4000
-#define MSM_CE3_BASE                0xFD3DA000
+#define MSM_CE2_BAM_BASE            0xFD444000
+#define MSM_CE2_BASE                0xFD45A000
 
 #define TLMM_BASE_ADDR              0xFD510000
 #define GPIO_CONFIG_ADDR(x)         (TLMM_BASE_ADDR + 0x1000 + (x)*0x10)