Commit 2083db7a75792d317a8e726e8be72abea8941d03

Authored by Stefan Roese
Committed by Luka Perkov
1 parent 144d509378

arm: mvebu: Remove "u-boot.kwb" CONFIG_BUILD_TARGET for non-SPL targets

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>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

arch/arm/mach-mvebu/include/mach/config.h
... ... @@ -35,8 +35,6 @@
35 35 /* Add target to build it automatically upon "make" */
36 36 #ifdef CONFIG_SPL
37 37 #define CONFIG_BUILD_TARGET "u-boot-spl.kwb"
38   -#else
39   -#define CONFIG_BUILD_TARGET "u-boot.kwb"
40 38 #endif
41 39  
42 40 /* end of 16M scrubbed by training in bootrom */