提交 5031a5c7 编写于 作者: W Wayne Lin 提交者: Bernard Xiong

Large reserved partition size.

To avoid to overwrite larger firmware size with LVGL.
上级 de7dc291
......@@ -158,12 +158,12 @@ struct rt_mtd_nand_device mtd_partitions[MTD_SPINAND_PARTITION_NUM] =
[0] =
{
.block_start = 0,
.block_end = 23,
.block_total = 24,
.block_end = 63,
.block_total = 64,
},
[1] =
{
.block_start = 24,
.block_start = 64,
.block_end = 1023,
.block_total = 1000,
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册