summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Barjovanu <andrei.barjovanu@intel.com>2016-03-24 15:45:39 +0200
committerBruce J Beare <bruce.j.beare@intel.com>2016-04-01 16:13:24 +0000
commitbe3844528404cb6da5e352bbd4a6cf33ba5c3d1e (patch)
tree1417a2d1b935d22e64d2b2f42f65868d7be75fdf
parent50f29b89bdaad1c02f45e4e134568e450949c94b (diff)
downloadminnowboard-be3844528404cb6da5e352bbd4a6cf33ba5c3d1e.tar.gz
Reduce the bootloader partition size
Reduce the bootloader partition for minnowboard from 60 MB to 20 MB. This only has effect for those building the bootloader from sources. The prebuilt binaries have been updated also. Change-Id: I51e301e27d3ccfc8724a88e18b82e3aa3b5e2af6 Tracked-On: https://jira01.devtools.intel.com/browse/BP-329 Signed-off-by: Andrei Barjovanu <andrei.barjovanu@intel.com> Signed-off-by: Stefan Stanacar <stefan.stanacar@intel.com>
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 017c70e..88a6f90 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -39,7 +39,7 @@ $(call enable_adb_over_tcp, 5555, true)
# NOTE: These values must be kept in sync with BOARD_GPT_INI
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 268435456
-BOARD_BOOTLOADER_PARTITION_SIZE := 62914560
+BOARD_BOOTLOADER_PARTITION_SIZE := 20971520
BOARD_USERDATAIMAGE_PARTITION_SIZE := 536870912
TARGET_USERIMAGES_USE_EXT4 := true
BOARD_FLASH_BLOCK_SIZE := 512