project: msm8994: Update the ramdisk and tags load address

Due to the increase in the kernel size the tags content is getting
overwritten. Move the tags and ramdisk load address down to overcome
this issue.

Change-Id: I610b837bfcd80f82576e68e7f12f8f96d2bc05e1
diff --git a/project/msm8994.mk b/project/msm8994.mk
index f797e77..b6a4539 100644
--- a/project/msm8994.mk
+++ b/project/msm8994.mk
@@ -29,8 +29,8 @@
 DEFINES += ABOOT_IGNORE_BOOT_HEADER_ADDRS=1
 
 DEFINES += ABOOT_FORCE_KERNEL_ADDR=0x00008000
-DEFINES += ABOOT_FORCE_RAMDISK_ADDR=0x02000000
-DEFINES += ABOOT_FORCE_TAGS_ADDR=0x01e00000
+DEFINES += ABOOT_FORCE_RAMDISK_ADDR=0x02700000
+DEFINES += ABOOT_FORCE_TAGS_ADDR=0x02500000
 DEFINES += ABOOT_FORCE_KERNEL64_ADDR=0x00080000
 
 DEFINES += ENABLE_XPU_VIOLATION=1