summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorIan Campbell <ijc@hellion.org.uk>2015-02-24 08:38:57 +0000
committerLuka Perkov <luka.perkov@sartura.hr>2015-03-05 22:09:00 +0100
commitdbfc4c93f4d8cb495a4fd83b7edbbc3db1e04816 (patch)
tree610ebf42db4de3e8dd818e2665a9073a145a4b9f /include
parentce4eae0e5a8ae620ba84ac5270dd8f2ade83c81f (diff)
downloadtalos-obmc-uboot-dbfc4c93f4d8cb495a4fd83b7edbbc3db1e04816.tar.gz
talos-obmc-uboot-dbfc4c93f4d8cb495a4fd83b7edbbc3db1e04816.zip
dreamplug: set CONFIG_BUILD_TARGET to build u-boot.kwb
Saves having to remember to ask make for it explicitly. Signed-off-by: Ian Campbell <ijc@hellion.org.uk> Acked-By: Prafulla Wadaskar <prafulla@marvell.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/dreamplug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h
index 37ae686eb7..ea6e5c0329 100644
--- a/include/configs/dreamplug.h
+++ b/include/configs/dreamplug.h
@@ -39,6 +39,9 @@
#define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */
#define CONFIG_SYS_GENERIC_BOARD
+/* Add target to build it automatically upon "make" */
+#define CONFIG_BUILD_TARGET "u-boot.kwb"
+
/*
* Commands configuration
*/
OpenPOWER on IntegriCloud