]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:20:09 +0000 (14:20 +0200)
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 37ae686eb7993924c80dabbe16e4ab200ea9a609..ea6e5c0329ca841442f55e8a60549cbf351d2552 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
  */