[U-Boot] [PATCH 2/2] dreamplug: set CONFIG_BUILD_TARGET to build u-boot.kwb

Ian Campbell ijc+uboot at hellion.org.uk
Tue Feb 24 09:38:57 CET 2015


From: Ian Campbell <ijc at hellion.org.uk>

Saves having to remember to ask make for it explicitly.

Signed-off-by: Ian Campbell <ijc at hellion.org.uk>
Cc: Jason Cooper <u-boot at lakedaemon.net>
---
 include/configs/dreamplug.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h
index 37ae686..ea6e5c0 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
  */
-- 
2.1.4



More information about the U-Boot mailing list