Skip to content

Commit

Permalink
i9500: change boot and recovery size
Browse files Browse the repository at this point in the history
I need to check the correct size
  • Loading branch information
Alberto96 committed Apr 18, 2014
1 parent fa63e4f commit b51ca6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ WIFI_BAND := 802_11_ABG
ENABLE_WEBGL := true

# Filesystems
BOARD_BOOTIMAGE_PARTITION_SIZE := 8388608
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 8388608
BOARD_BOOTIMAGE_PARTITION_SIZE := 9388608
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 9388608
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2898264064
BOARD_USERDATAIMAGE_PARTITION_SIZE := 9604956160
BOARD_FLASH_BLOCK_SIZE := 4096
Expand Down

0 comments on commit b51ca6b

Please sign in to comment.