msm8974: Change the product name from copper to msm8974

fastboot flash all command looks for target name from the build
& bootloaders. If the product names do not match the flash all
command fails. Fix by changing the name of the product in the
bootloader to match that of the complete build.

CRs-Fixed: 442910
Change-Id: I3d8ac2660dc9cc9bdcfe471593401b96b2afac6b
diff --git a/project/msm8974.mk b/project/msm8974.mk
new file mode 100644
index 0000000..f8dd988
--- /dev/null
+++ b/project/msm8974.mk
@@ -0,0 +1,16 @@
+# top level project rules for the msm8974 project
+#
+LOCAL_DIR := $(GET_LOCAL_DIR)
+
+TARGET := msm8974
+
+MODULES += app/aboot
+
+DEBUG := 1
+
+#DEFINES += WITH_DEBUG_DCC=1
+DEFINES += WITH_DEBUG_UART=1
+#DEFINES += WITH_DEBUG_FBCON=1
+DEFINES += DEVICE_TREE=1
+#DEFINES += MMC_BOOT_BAM=1
+DEFINES += CRYPTO_BAM=1