diff options
-rw-r--r-- | BoardConfig.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index b5b79b2..22af2dc 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -46,6 +46,9 @@ BOARD_RECOVERYIMAGE_PARTITION_SIZE := 13685312 BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1610612736 # TODO: figure out if it is possible to increase USERDATA partition size BOARD_USERDATAIMAGE_PARTITION_SIZE := 11378320 +# Disable sparse images until we figure out how to install them when +# we boot the kernel zImages with u-boot and extlinux.conf +TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true ############ # Recovery # |