summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLuka Perkov <luka.perkov@sartura.hr>2015-10-31 20:33:39 +0100
committerLuka Perkov <luka.perkov@sartura.hr>2015-11-17 23:41:41 +0100
commitbd4c1d3e965fc82d6f3ecb059a2833fc0d224266 (patch)
tree9022c49b21b262ffc3f22a87ddc31694e1103d6f /include
parentf9edf38fa79a28de0a7f3de9d2eafa558cc5e1f5 (diff)
downloadblackbird-obmc-uboot-bd4c1d3e965fc82d6f3ecb059a2833fc0d224266.tar.gz
blackbird-obmc-uboot-bd4c1d3e965fc82d6f3ecb059a2833fc0d224266.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ib62x0.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h
index 9f1dc8a708..73caaca0f1 100644
--- a/include/configs/ib62x0.h
+++ b/include/configs/ib62x0.h
@@ -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
*/
OpenPOWER on IntegriCloud