From patchwork Fri Jun 9 14:12:48 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sam Protsenko X-Patchwork-Id: 773989 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3wkkm51BzNz9s8F for ; Sat, 10 Jun 2017 00:13:25 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="b+6vZNGr"; dkim-atps=neutral Received: by lists.denx.de (Postfix, from userid 105) id D79F0C21EDE; Fri, 9 Jun 2017 14:13:08 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 3052FC21F8D; Fri, 9 Jun 2017 14:13:06 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 0D620C21F94; Fri, 9 Jun 2017 14:12:53 +0000 (UTC) Received: from mail-lf0-f49.google.com (mail-lf0-f49.google.com [209.85.215.49]) by lists.denx.de (Postfix) with ESMTPS id 87A98C21EFA for ; Fri, 9 Jun 2017 14:12:50 +0000 (UTC) Received: by mail-lf0-f49.google.com with SMTP id p189so30346354lfe.2 for ; Fri, 09 Jun 2017 07:12:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=o84Xt5r4rosCwe7Xes+AMqUNBJTG0gBicMnAKG+XSwA=; b=b+6vZNGrcVf5e98u1ghJT4yC87dlieVDygG5ewwv1p06b7FFwOBEKXjlq4hh9Ei5De rVY/7vFRoj3vAPwkquu591OGloNkz7wi9mUTSQ79CyTiYG6F9arAAJ2yPMrrmT26d5I6 EN756iTnbyLKMPX3YpvAw5oPtjjstRsYb/Brc= 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=o84Xt5r4rosCwe7Xes+AMqUNBJTG0gBicMnAKG+XSwA=; b=GPv8QBfydy3GDgeGPIXUvPEDUmf424WW0NgzbcORnAkorGgMJELT7t4QV8ChAALOoU f9NI8+8gceEZKhnN3Ki6+lnk+j95EWsAjSa1kotYi4+pJ9Kz/n1YZAqnbcIUQx1NKIin 0fpXQsf9EnbXpg7QtbIKkdzT4eL5Noo+xreE+sqgYp+IGuodELP4rPVVcLHaEGDQIg0N zzBTU/U7yGKPMw1gU8AMWtlENIKTq0xYCkq8TXp90p7ZN7KkEaFpqRsiSdXsYr1arbOb 7RX6rKSdd1NlLEhVVGSIOnj8wr+sW6m8kBpfOvvvuctHYagoi0n6nu3YxJ2h98QAAgGT xPSw== X-Gm-Message-State: AODbwcDjdxZvqufO26C4p3NcAYCc3HcC/GQAB1gPWGWa5wJTMmpuiI/1 J8joxWzeCeEJoI2Pml2VXg== X-Received: by 10.25.38.139 with SMTP id m133mr2840449lfm.127.1497017569753; Fri, 09 Jun 2017 07:12:49 -0700 (PDT) Received: from localhost ([195.238.92.132]) by smtp.gmail.com with ESMTPSA id f40sm300285lji.11.2017.06.09.07.12.48 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 09 Jun 2017 07:12:48 -0700 (PDT) From: Sam Protsenko To: u-boot@lists.denx.de Date: Fri, 9 Jun 2017 17:12:48 +0300 Message-Id: <20170609141248.27066-1-semen.protsenko@linaro.org> X-Mailer: git-send-email 2.11.0 Cc: Praneeth Bajjuri , Tom Rini Subject: [U-Boot] [PATCH] arm: dra7: Increase "bootloader" partition size X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" Increase the size of u-boot.img, so that it conforms with new DFU configuration (see commit [1]). [1] 7a53a1a8115b ARM: ti: Update layout for MMC and eMMC (env and dfu) Signed-off-by: Sam Protsenko Reviewed-by: Tom Rini Reviewed-by: Tom Rini --- include/configs/dra7xx_evm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index 71c9d82791..d6c4a71ab2 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -57,7 +57,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=1792K,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};" \