Skip to content

Commit

Permalink
build/configs/rtl8730e: Fix flash partition mismatch issue caused by …
Browse files Browse the repository at this point in the history
…PR#6220

- The partition size is swapped between app1 and common, but the part name is not updated, which is causing bootup failure.
  • Loading branch information
edwakuwaku authored and jeongarmy committed Jul 10, 2024
1 parent 3c15779 commit 0a5c41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/configs/rtl8730e/loadable_ext/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ CONFIG_FLASH_PARTITION=y
CONFIG_FLASH_MINOR=0
CONFIG_FLASH_PART_SIZE="60,40,12,400,1844,5404,684,1844,5404,684,8,"
CONFIG_FLASH_PART_TYPE="none,none,none,none,kernel,bin,bin,kernel,bin,bin,bootparam,"
CONFIG_FLASH_PART_NAME="bl1,reserved,ftl,ss,kernel,app1,common,kernel,app1,common,bootparam,"
CONFIG_FLASH_PART_NAME="bl1,reserved,ftl,ss,kernel,common,app1,kernel,common,app1,bootparam,"
CONFIG_TRPK_CONTAINS_MULTIPLE_BINARY=y
CONFIG_FLASH_VSTART_LOADABLE=0xe000000
CONFIG_ARCH_BOARD_HAVE_SECOND_FLASH=y
Expand Down

0 comments on commit 0a5c41f

Please sign in to comment.