diff options
author | Marek Vasut <marex@denx.de> | 2016-02-11 13:59:46 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-02-24 19:13:03 +0100 |
commit | dc0a1a08ac98fc577b24b967d0d94a309bdb25a2 (patch) | |
tree | d82f75da4507bc0cdbbdf6c4055728e51bcaf1bd /include | |
parent | 52dd704bf8eda7ca039cdb398ec0b6895c3ef939 (diff) | |
download | u-boot-dc0a1a08ac98fc577b24b967d0d94a309bdb25a2.tar.gz u-boot-dc0a1a08ac98fc577b24b967d0d94a309bdb25a2.tar.bz2 u-boot-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')
-rw-r--r-- | include/configs/socfpga_common.h | 3 |
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 */ |