project: msm8916: Do not force the addresses for loading images.

We now have a way to determine the addresses to load kernel,
DT and Ramdisk images. Hence rememove the macros that defined
the static addresses.

Change-Id: I252466da339bf7873660b24d01fbf6dffdddf8a7
diff --git a/project/msm8916.mk b/project/msm8916.mk
index 0b76b89..b4ba3e3 100644
--- a/project/msm8916.mk
+++ b/project/msm8916.mk
@@ -20,11 +20,6 @@
 DEFINES += BAM_V170=1
 DEFINES += ABOOT_IGNORE_BOOT_HEADER_ADDRS=1
 
-DEFINES += ABOOT_FORCE_KERNEL_ADDR=0x80008000
-DEFINES += ABOOT_FORCE_KERNEL64_ADDR=0x80080000
-DEFINES += ABOOT_FORCE_RAMDISK_ADDR=0x82000000
-DEFINES += ABOOT_FORCE_TAGS_ADDR=0x81E00000
-
 #Enable the feature of long press power on
 DEFINES += LONG_PRESS_POWER_ON=0