Merge "[Feature][T106][zxw-30]V3V NAND2K -> NAND4K in ap"
diff --git a/ap/project/zx297520v3/prj_vehicle_dc/build/config.mk b/ap/project/zx297520v3/prj_vehicle_dc/build/config.mk
index 3906f44..b30723e 100755
--- a/ap/project/zx297520v3/prj_vehicle_dc/build/config.mk
+++ b/ap/project/zx297520v3/prj_vehicle_dc/build/config.mk
@@ -25,8 +25,8 @@
export USE_LIBSTDCPP := yes
# pagesize 2K and block size 128K default
-export PAGESIZE=0x800
-export ERASEBLOCK=0x20000
+export PAGESIZE=0x1000
+export ERASEBLOCK=0x40000
# yes is debug mode,other value is release mode.
export GLOBAL_DEBUG=no