From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 04 May 2015 17:39:20 +0200 Subject: [U-Boot] [PATCH] arm: mvebu: Remove "u-boot.kwb" CONFIG_BUILD_TARGET for non-SPL targets In-Reply-To: References: <1430753494-17407-1-git-send-email-sr@denx.de> Message-ID: <554792A8.6030501@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 Hi Simon, On 04.05.2015 17:35, Simon Glass wrote: > On 4 May 2015 at 09:31, Stefan Roese wrote: >> >> By removing this default build target, the "u-boot.kwb" target is not >> automatically generated. This fixes a temporary build error when using >> out-of-tree builds, as buildman does per default (reported by Simon). >> >> When the full SPL support is added for these targets with the DDR training >> code, the "u-boot-spl.kwb" image will be generated automatically. >> >> Users providing a special bin_hdr binary (binary.0) file can always add >> this binary file and generate the full firmware image by issuing the >> "make u-boot.kwb" command directly. >> >> Signed-off-by: Stefan Roese >> Cc: Simon Glass >> Cc: Prafulla Wadaskar >> Cc: Luka Perkov >> --- >> arch/arm/mach-mvebu/include/mach/config.h | 2 -- >> 1 file changed, 2 deletions(-) > > Reviewed-by: Simon Glass > > How/when is this series being applied? Pretty soon. Luka mentioned to me off-list, that he planned to apply and push this series last weekend. Hopefully he will find the time to do it early this week. Luka, can you please add this patch to the series as well? Thanks, Stefan