summaryrefslogtreecommitdiffstats
path: root/include/configs/socfpga_common.h
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2016-02-11 13:59:46 +0100
committerMarek Vasut <marex@denx.de>2016-02-24 19:13:03 +0100
commitdc0a1a08ac98fc577b24b967d0d94a309bdb25a2 (patch)
treed82f75da4507bc0cdbbdf6c4055728e51bcaf1bd /include/configs/socfpga_common.h
parent52dd704bf8eda7ca039cdb398ec0b6895c3ef939 (diff)
downloadblackbird-obmc-uboot-dc0a1a08ac98fc577b24b967d0d94a309bdb25a2.tar.gz
blackbird-obmc-uboot-dc0a1a08ac98fc577b24b967d0d94a309bdb25a2.zip
arm: socfpga: Add missing CONFIG_BUILD_TARGET
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>
Diffstat (limited to 'include/configs/socfpga_common.h')
-rw-r--r--include/configs/socfpga_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index 8de0ab9046..0501bd110a 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
*/
OpenPOWER on IntegriCloud