U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: socfpga: Add missing CONFIG_BUILD_TARGET
@ 2016-02-11 13:02 Marek Vasut
  2016-02-11 13:54 ` Bakhvalov, Denis
  0 siblings, 1 reply; 4+ messages in thread
From: Marek Vasut @ 2016-02-11 13:02 UTC (permalink / raw)
  To: u-boot

Add the missing CONFIG_BUILD_TARGET to get u-boot-with-spl.sfp built
automatically upon running make in the source tree.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Chin Liang See <clsee@altera.com>
Cc: Denis Bakhvalov <denis.bakhvalov@nokia.com>
---
 include/configs/socfpga_common.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index 8de0ab9..0501bd1 100644
--- a/include/configs/socfpga_common.h
+++ b/include/configs/socfpga_common.h
@@ -30,6 +30,9 @@
 
 #define CONFIG_TIMESTAMP		/* Print image info with timestamp */
 
+/* add target to build it automatically upon "make" */
+#define CONFIG_BUILD_TARGET		"u-boot-with-spl.sfp"
+
 /*
  * Memory configurations
  */
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-11 14:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-11 13:02 [U-Boot] [PATCH] arm: socfpga: Add missing CONFIG_BUILD_TARGET Marek Vasut
2016-02-11 13:54 ` Bakhvalov, Denis
2016-02-11 13:59   ` Marek Vasut
2016-02-11 14:01     ` Bakhvalov, Denis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox