arm: kirkwood: ib62x0: build u-boot.kwb

Avoid double typing in the shell and build u-boot.kwb when running "make" only.

Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
This commit is contained in:
Luka Perkov 2015-10-31 20:33:39 +01:00
parent f9edf38fa7
commit bd4c1d3e96
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@
#define CONFIG_KW88F6281 /* SOC Name */
#define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */
/* Add target to build it automatically upon "make" */
#define CONFIG_BUILD_TARGET "u-boot.kwb"
/*
* Enable device tree support
*/