summaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorJagan Teki <jagannadh.teki@gmail.com>2017-11-18 10:28:47 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-11-23 22:39:55 +0100
commit357322107859d50230721604faca00940451c359 (patch)
tree6567de3fee6b89cff4c352f84fb4fbe6df57a30e /boot
parent5ba7d209c60fdb4c030a118c0ff9ed86c0769912 (diff)
downloadbuildroot-357322107859d50230721604faca00940451c359.tar.gz
buildroot-357322107859d50230721604faca00940451c359.zip
uboot: Use BR2_TARGET_UBOOT_SPL_NAME for TPL name
Since the BR2_TARGET_UBOOT_SPL_NAME option accepts a space-separated list of binaries, the same option can be reuses for TPL binaries as well. This commit updates the string and help text to indicate that the same option can be used for SPL and TPL. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot')
-rw-r--r--boot/uboot/Config.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index 14caafa3cd..0e109d0977 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -334,13 +334,14 @@ config BR2_TARGET_UBOOT_SPL
into DDR.
config BR2_TARGET_UBOOT_SPL_NAME
- string "U-Boot SPL binary image name"
+ string "U-Boot SPL/TPL binary image name(s)"
default "spl/u-boot-spl.bin"
depends on BR2_TARGET_UBOOT_SPL
help
- A space-separated list of SPL binaries, generated during
- u-boot build. For most platform it is spl/u-boot-spl.bin but
- not always. It is MLO on OMAP and SPL on i.MX6 for example.
+ A space-separated list of SPL/TPL binaries, generated during
+ u-boot build. For most platform SPL name is spl/u-boot-spl.bin
+ and TPL name is tpl/u-boot-tpl.bin but not always. SPL name is
+ MLO on OMAP and SPL on i.MX6 for example.
config BR2_TARGET_UBOOT_ZYNQ_IMAGE
bool "Generate image for Xilinx Zynq"
OpenPOWER on IntegriCloud