[Feature][ZXW-33]merge ZXW 0428 version

Change-Id: I11f167edfea428d9fab198ff00ff1364932d1b0b
diff --git a/boot/common/scripts/Makefile b/boot/common/scripts/Makefile
index ffa5724..daaa447 100755
--- a/boot/common/scripts/Makefile
+++ b/boot/common/scripts/Makefile
@@ -86,6 +86,9 @@
 ifeq ($(strip $(board)),$(filter $(board),))

 	ram_text=0x23EF0000

 	V3T_RAM_TEXT_64M_UBOOT=y

+else ifeq ($(strip $(board)),$(filter $(board),vehicle_dc))

+	ram_text=0x27EF0000

+	V3T_RAM_TEXT_128M_UBOOT=y

 else

 	ram_text=0x21EF0000

 endif

@@ -124,6 +127,8 @@
 

 export chip board key_path ram_text V3T_RAM_TEXT_64M_UBOOT

 

+export chip board key_path ram_text V3T_RAM_TEXT_128M_UBOOT

+

 default: help

 

 help: