aboutsummaryrefslogtreecommitdiff
path: root/common/spl
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-05-27 17:13:52 -0400
committerTom Rini <trini@konsulko.com>2022-06-06 12:09:29 -0400
commita62b7f0c24803528e82d88072050deaa0fc8775b (patch)
treee40e577bb39504cba557954cd8975be21d0cef3f /common/spl
parentcad7f4bab842aefa6b4ec44312ad6b50db024526 (diff)
downloadu-boot-a62b7f0c24803528e82d88072050deaa0fc8775b.zip
u-boot-a62b7f0c24803528e82d88072050deaa0fc8775b.tar.gz
u-boot-a62b7f0c24803528e82d88072050deaa0fc8775b.tar.bz2
Convert CONFIG_SPL_TARGET to Kconfig
This converts the following to Kconfig: CONFIG_SPL_TARGET Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'common/spl')
-rw-r--r--common/spl/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 027ac42..dfbda1b 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -1583,6 +1583,15 @@ config SPL_OPENSBI_LOAD_ADDR
help
Load address of the OpenSBI binary.
+config SPL_TARGET
+ string "Addtional build targets for 'make'"
+ default "spl/u-boot-spl.srec" if RCAR_GEN2
+ default "spl/u-boot-spl.scif" if RCAR_GEN3
+ default ""
+ help
+ On some platforms we need to have 'make' run additional build target
+ rules. If required on your platform, enter it here, otherwise leave blank.
+
config TPL
bool
depends on SUPPORT_TPL