commit | a76035c3f30ee734e719dd1c87ef7913074c7c8e | [log] [tgz] |
---|---|---|
author | xf.li <xf.li@mobiletek.cn> | Fri Apr 28 02:13:12 2023 -0700 |
committer | xf.li <xf.li@mobiletek.cn> | Fri Apr 28 02:13:12 2023 -0700 |
tree | 6a8ed32d604b995b6bc1281da3c1bcb467a2a4d7 | |
parent | 563f248876e13e21b73f596fe6d7d00519771579 [diff] |
[Feature][T106][zxw-30]V3V NAND2K -> NAND4K in ap Change-Id: Ie3b726ec50204efe49f887fab0596606ca2d8d44
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