dreamplug: set CONFIG_BUILD_TARGET to build u-boot.kwb
authorIan Campbell <ijc@hellion.org.uk>
Tue, 24 Feb 2015 08:38:57 +0000 (08:38 +0000)
committerLuka Perkov <luka.perkov@sartura.hr>
Thu, 5 Mar 2015 21:09:00 +0000 (22:09 +0100)
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>
include/configs/dreamplug.h

index 37ae686..ea6e5c0 100644 (file)
@@ -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
  */