From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm: socfpga: Add CONFIG_BUILD_TARGET to socfpga_common.h
Date: Fri, 23 Oct 2015 09:26:52 +0200 [thread overview]
Message-ID: <1445585213-6930-2-git-send-email-sr@denx.de> (raw)
In-Reply-To: <1445585213-6930-1-git-send-email-sr@denx.de>
By defining this macro, the combined image of SPL and main U-Boot will
get built automatically.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Marek Vasut <marex@denx.de>
Cc: Pavel Machek <pavel@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.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 ebf0c48..f09b37d 100644
--- a/include/configs/socfpga_common.h
+++ b/include/configs/socfpga_common.h
@@ -339,4 +339,7 @@ unsigned int cm_get_qspi_controller_clk_hz(void);
*/
#define CONFIG_SPL_STACK CONFIG_SYS_INIT_SP_ADDR
+/* Build the combined SPL plus U-Boot image automatically */
+#define CONFIG_BUILD_TARGET "u-boot-with-spl-dtb.sfp"
+
#endif /* __CONFIG_SOCFPGA_CYCLONE5_COMMON_H__ */
--
2.6.2
next prev parent reply other threads:[~2015-10-23 7:26 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-23 7:26 [U-Boot] [PATCH] arm: socfpga: Allow board specific config values for env Stefan Roese
2015-10-23 7:26 ` Stefan Roese [this message]
2015-10-23 18:26 ` [U-Boot] [PATCH] arm: socfpga: Add CONFIG_BUILD_TARGET to socfpga_common.h Marek Vasut
2015-10-23 7:26 ` [U-Boot] [PATCH] arm: socfpga: Add SoCFPGA SR1500 board Stefan Roese
2015-10-23 18:40 ` Marek Vasut
2015-10-26 8:17 ` Stefan Roese
2015-10-26 20:32 ` Marek Vasut
2015-10-26 8:36 ` [U-Boot] [PATCH v2] " Stefan Roese
2015-10-27 15:29 ` Dinh Nguyen
2015-10-28 17:45 ` Marek Vasut
2015-11-02 12:26 ` [U-Boot] [PATCH v3] " Stefan Roese
2015-11-02 18:44 ` Marek Vasut
2015-11-18 10:06 ` [U-Boot] [PATCH v4] " Stefan Roese
2015-11-19 15:38 ` Pavel Machek
2015-10-23 18:25 ` [U-Boot] [PATCH] arm: socfpga: Allow board specific config values for env Marek Vasut
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1445585213-6930-2-git-send-email-sr@denx.de \
--to=sr@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox