Merge change Icd0d8602

* changes:
  [target/msm7630]: Add code to increase the total memory by 6M for normal nand boot.
diff --git a/project/msm7630_fusion.mk b/project/msm7630_fusion.mk
new file mode 100644
index 0000000..5eac133
--- /dev/null
+++ b/project/msm7630_fusion.mk
@@ -0,0 +1,5 @@
+# top level project rules for the msm7630_surf project
+#
+LOCAL_DIR := $(GET_LOCAL_DIR)
+
+include $(LOCAL_DIR)/msm7630_surf.mk
diff --git a/project/msm7630_fusion_nandwrite.mk b/project/msm7630_fusion_nandwrite.mk
new file mode 100644
index 0000000..7da3585
--- /dev/null
+++ b/project/msm7630_fusion_nandwrite.mk
@@ -0,0 +1,5 @@
+# top level project rules for the msm7630_surf_nandwrite project
+#
+LOCAL_DIR := $(GET_LOCAL_DIR)
+
+include $(LOCAL_DIR)/msm7630_surf_nandwrite.mk