From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eugeniu Rosca Date: Fri, 5 Jul 2019 20:51:51 +0200 Subject: [U-Boot] [PATCH v5 6/6] env: am57xx: Implement A/B boot process In-Reply-To: <20190705123736.3498-7-igor.opaniuk@gmail.com> References: <20190705123736.3498-1-igor.opaniuk@gmail.com> <20190705123736.3498-7-igor.opaniuk@gmail.com> Message-ID: <20190705185151.GA9841@x230> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Igor, On Fri, Jul 05, 2019 at 03:37:36PM +0300, Igor Opaniuk wrote: [..] > include/environment/ti/boot.h | 58 +++++++++++++++++++++++++++++++---- [..] > - "name=boot,size=20M,uuid=${uuid_gpt_boot};" \ FWIW this patch doesn't apply to u-boot/master due to the above line. FWIW the size of the boot partition defined in this file has always been equal to 10M in u-boot/master, so most likely this patch depends on a local 10M->20M increase of the boot partition size. -- Best Regards, Eugeniu.