From patchwork Tue Feb 21 19:51:24 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sam Protsenko X-Patchwork-Id: 94282 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp599561qgi; Tue, 21 Feb 2017 11:51:40 -0800 (PST) X-Received: by 10.223.134.151 with SMTP id 23mr24088923wrx.0.1487706700618; Tue, 21 Feb 2017 11:51:40 -0800 (PST) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id v11si17635837wmg.13.2017.02.21.11.51.40; Tue, 21 Feb 2017 11:51:40 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0A4764B5B9; Tue, 21 Feb 2017 20:51:39 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IeUTPZhDyYHv; Tue, 21 Feb 2017 20:51:38 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 53BA44B5A8; Tue, 21 Feb 2017 20:51:38 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A1EF64B578 for ; Tue, 21 Feb 2017 20:51:32 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D2Qf14J9DIkm for ; Tue, 21 Feb 2017 20:51:32 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-lf0-f54.google.com (mail-lf0-f54.google.com [209.85.215.54]) by theia.denx.de (Postfix) with ESMTPS id 547264B372 for ; Tue, 21 Feb 2017 20:51:28 +0100 (CET) Received: by mail-lf0-f54.google.com with SMTP id g134so26214051lfe.1 for ; Tue, 21 Feb 2017 11:51:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=eS2Zt5Ysh5wKnvEj6W/oCjUtUuRrg/MAyP6XhqpR6jU=; b=SEEL2WTOYJa1oVJ7Czaw1dphVWfir8ZWYCGgyNiVUVfq8H59acXgIpahUHSlQ6W4CM elRfvPfa28iNAj7wMwZtjhnUq4fShAfFEpjpLGiJJrly1KrgIp2QF8ZUn68sD+TJybae /4gR3Ho5uEFoPoPd1R1KsW0MmsjH6sqlF+sRQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=eS2Zt5Ysh5wKnvEj6W/oCjUtUuRrg/MAyP6XhqpR6jU=; b=YFevyzIPC7V+XgRlX5D4ZjytnOgxQ4u82OUiNtc3Fo5MXT9GnhDXqDnorGcP+psYkf JxtjDdT2vSBNKsGbyoHmhtJ7n+6hxc8XVwCsaJMFYoSmLiCZGUkj5IGFrG3fdQH8AHNL 5yhveo8u9FE6JZlJ7E0rkwSDHsZkXuKHDelikxUtVp4lKAqXbljLKiELYbdsY9UVbqgd dJzcH2DIPcKt6TQc1cJYUlhlZVwxvnno1RS9VjC84ZOyktjK/kXPMW8BOnaZgPsuwhrD hBrxnW/ewhITCpi34hLaUWdcwlJ6SGoA/o17dijZeq92Ac5yFj/OnAnWVchFZs+HXdMj Ezsg== X-Gm-Message-State: AMke39kMoclpdvZ1CJxlQOc7iSZXTLz72lmYkdTcnfOtOys8mPlgQYLcYu6QpUG5Qsl3oV+I X-Received: by 10.25.170.1 with SMTP id t1mr1189985lfe.105.1487706687385; Tue, 21 Feb 2017 11:51:27 -0800 (PST) Received: from localhost ([195.238.92.132]) by smtp.gmail.com with ESMTPSA id s7sm6440933lja.27.2017.02.21.11.51.25 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 21 Feb 2017 11:51:26 -0800 (PST) From: Sam Protsenko To: u-boot@lists.denx.de Date: Tue, 21 Feb 2017 21:51:24 +0200 Message-Id: <20170221195124.28580-1-semen.protsenko@linaro.org> X-Mailer: git-send-email 2.11.0 Cc: Tom Rini , Praneeth Bajjuri Subject: [U-Boot] [PATCH] arm: am57xx: Update bootloader partition size X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" 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 --- include/configs/am57xx_evm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.11.0 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot Signed-off-by: Praneeth Bajjuri 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};" \