Large reserved partition size.

To avoid to overwrite larger firmware size with LVGL.
This commit is contained in:
Wayne Lin 2021-12-20 15:53:15 +08:00 committed by Bernard Xiong
parent de7dc291ab
commit 5031a5c757
1 changed files with 3 additions and 3 deletions

View File

@ -158,12 +158,12 @@ struct rt_mtd_nand_device mtd_partitions[MTD_SPINAND_PARTITION_NUM] =
[0] = [0] =
{ {
.block_start = 0, .block_start = 0,
.block_end = 23, .block_end = 63,
.block_total = 24, .block_total = 64,
}, },
[1] = [1] =
{ {
.block_start = 24, .block_start = 64,
.block_end = 1023, .block_end = 1023,
.block_total = 1000, .block_total = 1000,
}, },