summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-10-05 10:27:06 -0700
committerGerrit Code Review <noreply-gerritcodereview@google.com>2012-10-05 10:27:07 -0700
commita332e6c12521be10365ce7d07b32e5aeb4c5ab23 (patch)
tree9889041ee7933dcd9d9d79c4778c53c242af4b4a
parent0734a8bd4eef9dfcce76e0c667a8244b2566ba4c (diff)
parent6fac647aa5d78e8ec1b752120da6d8713ad8e6d6 (diff)
downloadlt26-a332e6c12521be10365ce7d07b32e5aeb4c5ab23.tar.gz
Merge "Correct naming of userdata partition size variable"
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 58f5dff..03facc2 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -57,7 +57,7 @@ WIFI_DRIVER_FW_PATH_P2P := "/vendor/firmware/fw_bcmdhd_p2p.bin"
TARGET_USERIMAGES_USE_EXT4 := true
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1056964608
-BOARD_USERDATA_PARTITION_SIZE := 2147483648
+BOARD_USERDATAIMAGE_PARTITION_SIZE := 2147483648
BOARD_FLASH_BLOCK_SIZE := 131072
BOARD_CUSTOM_BOOTIMG_MK := device/sony/lt26/custombootimg.mk