From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bajjuri, Praneeth Date: Tue, 21 Feb 2017 14:05:54 -0600 Subject: [U-Boot] [PATCH] arm: am57xx: Update bootloader partition size In-Reply-To: <20170221195124.28580-1-semen.protsenko@linaro.org> References: <20170221195124.28580-1-semen.protsenko@linaro.org> Message-ID: <697a39c7-7869-9ecd-3eba-926c54adafbc@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2/21/2017 1:51 PM, Sam Protsenko wrote: > From: Praneeth Bajjuri > > The current size of u-boot is already ~840 KiB. > > This patch is to increase bootloader partition size up to 1 MiB > and thereby fix flashing error like below: > > sending 'bootloader' (840 KB)... > OKAY [ 0.048s] > writing 'bootloader'... > FAILED (remote: too large for partition) > > Signed-off-by: Sam Protsenko Verified Signed-off-by: Praneeth Bajjuri > --- > include/configs/am57xx_evm.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/configs/am57xx_evm.h b/include/configs/am57xx_evm.h > index 3d8b996054..aa63b24ca4 100644 > --- a/include/configs/am57xx_evm.h > +++ b/include/configs/am57xx_evm.h > @@ -45,7 +45,7 @@ > "partitions_android=" \ > "uuid_disk=${uuid_gpt_disk};" \ > "name=xloader,start=128K,size=256K,uuid=${uuid_gpt_xloader};" \ > - "name=bootloader,size=768K,uuid=${uuid_gpt_bootloader};" \ > + "name=bootloader,size=1M,uuid=${uuid_gpt_bootloader};" \ > "name=environment,size=128K,uuid=${uuid_gpt_environment};" \ > "name=misc,size=128K,uuid=${uuid_gpt_misc};" \ > "name=reserved,size=256K,uuid=${uuid_gpt_reserved};" \