From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 22 Apr 2013 10:19:53 +0200 Subject: [U-Boot] [PATCH 2/3] Makefile: Add target for combined u-boot.img & spl/u-boot.bin In-Reply-To: <1361529411-13095-2-git-send-email-sr@denx.de> References: <1361529411-13095-1-git-send-email-sr@denx.de> <1361529411-13095-2-git-send-email-sr@denx.de> Message-ID: <5174F2A9.2080404@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 22.02.2013 11:36, Stefan Roese wrote: > This new make target "u-boot-img-spl-at-end.bin" consists of the > the real, full-blown U-Boot image and the U-Boot SPL binary > directly attached to it. The full-blown U-Boot image has the > mkimage header included, with its load-address and entry-point. > > This will be used by the upcoming lwmon5 PPC440EPx derivate board > port. > > Signed-off-by: Stefan Roese Applied to u-boot-ppc4xx/master. Thanks, Stefan