* [U-Boot] [PATCH] arm: mvebu: Remove "u-boot.kwb" CONFIG_BUILD_TARGET for non-SPL targets
@ 2015-05-04 15:31 Stefan Roese
2015-05-04 15:35 ` Simon Glass
0 siblings, 1 reply; 3+ messages in thread
From: Stefan Roese @ 2015-05-04 15:31 UTC (permalink / raw)
To: u-boot
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 <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Prafulla Wadaskar <prafulla@marvell.com>
Cc: Luka Perkov <luka.perkov@sartura.hr>
---
arch/arm/mach-mvebu/include/mach/config.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm/mach-mvebu/include/mach/config.h b/arch/arm/mach-mvebu/include/mach/config.h
index b326ec0..9dde710 100644
--- a/arch/arm/mach-mvebu/include/mach/config.h
+++ b/arch/arm/mach-mvebu/include/mach/config.h
@@ -35,8 +35,6 @@
/* Add target to build it automatically upon "make" */
#ifdef CONFIG_SPL
#define CONFIG_BUILD_TARGET "u-boot-spl.kwb"
-#else
-#define CONFIG_BUILD_TARGET "u-boot.kwb"
#endif
/* end of 16M scrubbed by training in bootrom */
--
2.4.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] arm: mvebu: Remove "u-boot.kwb" CONFIG_BUILD_TARGET for non-SPL targets
2015-05-04 15:31 [U-Boot] [PATCH] arm: mvebu: Remove "u-boot.kwb" CONFIG_BUILD_TARGET for non-SPL targets Stefan Roese
@ 2015-05-04 15:35 ` Simon Glass
2015-05-04 15:39 ` Stefan Roese
0 siblings, 1 reply; 3+ messages in thread
From: Simon Glass @ 2015-05-04 15:35 UTC (permalink / raw)
To: u-boot
Hi Stefan,
On 4 May 2015 at 09:31, Stefan Roese <sr@denx.de> 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 <sr@denx.de>
> Cc: Simon Glass <sjg@chromium.org>
> Cc: Prafulla Wadaskar <prafulla@marvell.com>
> Cc: Luka Perkov <luka.perkov@sartura.hr>
> ---
> arch/arm/mach-mvebu/include/mach/config.h | 2 --
> 1 file changed, 2 deletions(-)
Reviewed-by: Simon Glass <sjg@chromium.org>
How/when is this series being applied?
Regards,
Simon
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] arm: mvebu: Remove "u-boot.kwb" CONFIG_BUILD_TARGET for non-SPL targets
2015-05-04 15:35 ` Simon Glass
@ 2015-05-04 15:39 ` Stefan Roese
0 siblings, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2015-05-04 15:39 UTC (permalink / raw)
To: u-boot
Hi Simon,
On 04.05.2015 17:35, Simon Glass wrote:
> On 4 May 2015 at 09:31, Stefan Roese <sr@denx.de> 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 <sr@denx.de>
>> Cc: Simon Glass <sjg@chromium.org>
>> Cc: Prafulla Wadaskar <prafulla@marvell.com>
>> Cc: Luka Perkov <luka.perkov@sartura.hr>
>> ---
>> arch/arm/mach-mvebu/include/mach/config.h | 2 --
>> 1 file changed, 2 deletions(-)
>
> Reviewed-by: Simon Glass <sjg@chromium.org>
>
> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-05-04 15:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-04 15:31 [U-Boot] [PATCH] arm: mvebu: Remove "u-boot.kwb" CONFIG_BUILD_TARGET for non-SPL targets Stefan Roese
2015-05-04 15:35 ` Simon Glass
2015-05-04 15:39 ` Stefan Roese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox