Skip to content

Commit

Permalink
build/configs/imxrt1020-evk: Delete wrong entry in partition size list
Browse files Browse the repository at this point in the history
Delete wrong entry in partition size list in imxrt1020-evk/loadable_elf_apps configuration.
  • Loading branch information
jeongarmy authored and sunghan-chang committed Nov 3, 2023
1 parent 2cd6c8c commit 5a605dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/configs/imxrt1020-evk/loadable_elf_apps/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ CONFIG_ARCH_BOARD_HAVE_FLASH=y
#
CONFIG_FLASH_PARTITION=y
CONFIG_FLASH_MINOR=0
CONFIG_FLASH_PART_SIZE="2048,512,512,1024,1024,1024,,128,128,"
CONFIG_FLASH_PART_SIZE="2048,512,512,1024,1024,1024,128,128,"
CONFIG_FLASH_PART_TYPE="kernel,bin,bin,bin,bin,smartfs,ftl,config,"
CONFIG_FLASH_PART_NAME="kernel,app1,app1,app2,app2,userfs,ftl,config,"
# CONFIG_ARCH_BOARD_HAVE_SECOND_FLASH is not set
Expand Down

0 comments on commit 5a605dc

Please sign in to comment.