msm8974: force the kernel/ramdisk/tags addrs to sane values

This will allow us to not have to always pass them in the boot image
and allow easier usage of fastboot boot xxx

Change-Id: If9602de962e114a39f9f5aa5335656eee0e98951
Signed-off-by: Dima Zavin <dima@android.com>
Signed-off-by: Channagoud Kadabi <ckadabi@codeaurora.org>
diff --git a/project/msm8974.mk b/project/msm8974.mk
index c2f34cf..012dfb9 100644
--- a/project/msm8974.mk
+++ b/project/msm8974.mk
@@ -19,6 +19,10 @@
 #Disable thumb mode
 ENABLE_THUMB := false
 
+DEFINES += ABOOT_FORCE_KERNEL_ADDR=0x00008000
+DEFINES += ABOOT_FORCE_RAMDISK_ADDR=0x02000000
+DEFINES += ABOOT_FORCE_TAGS_ADDR=0x01e00000
+
 ifeq ($(EMMC_BOOT),1)
 DEFINES += _EMMC_BOOT=1
 endif