]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - boot/uboot/Config.in
uboot: Use BR2_TARGET_UBOOT_SPL_NAME for TPL name
[coffee/buildroot.git] / boot / uboot / Config.in
index 14caafa3cd72a45f3874a114dc36d4d2be0b5007..0e109d09771d5d9b3589d28f82098fd9e80f0f5c 100644 (file)
@@ -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"