From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 20 May 2019 00:03:45 +0200 Subject: [U-Boot] [PATCH] Makefile: Prioritize external dtb if defined In-Reply-To: <20190519204456.GX22232@bill-the-cat> References: <20190519204456.GX22232@bill-the-cat> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 5/19/19 10:44 PM, Tom Rini wrote: > On Mon, Mar 25, 2019 at 03:55:16PM +0100, Michal Simek wrote: > >> Prioritize external dtb if its passed via EXT_DTB >> than the dtb that was built in the tree. With this >> patch it appends the specified external dtb to >> the u-boot image. >> >> Signed-off-by: Michal Simek >> Signed-off-by: Siva Durga Prasad Paladugu >> Reviewed-by: Simon Glass > > Applied to u-boot/master, thanks! The R-Car Gen3 boards (r8a779{5,6}*_salvator-x_defconfig) u-boot.bin size grew from 986 kiB to 1240 kiB with this patch, rendering the boards unbootable. I expect there to be more such cases, so please revert until there's new version which has this fixed. -- Best regards, Marek Vasut