u-boot: use spl/u-boot-spl.bin as default spl file
authorPeter Korsgaard <peter@korsgaard.com>
Thu, 29 May 2014 21:13:02 +0000 (23:13 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 29 May 2014 21:16:32 +0000 (23:16 +0200)
Ever since u-boot introduced the generic spl support in u-boot 2012.10, the
default spl output file has been spl/u-boot-spl.bin and not u-boot-spl.bin,
so use that as a more sane default value.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
boot/uboot/Config.in

index 1c77f6a656633bc02a65a4c10d3d1d08a3e8c228..0f98d7f68d48dd11e8c4971472f81f9a00a9878d 100644 (file)
@@ -224,11 +224,11 @@ config BR2_TARGET_UBOOT_SPL
 
 config BR2_TARGET_UBOOT_SPL_NAME
        string "U-Boot SPL target name"
-       default "u-boot-spl.bin"
+       default "spl/u-boot-spl.bin"
        depends on BR2_TARGET_UBOOT_SPL
        help
          This is the name of the SPL binary, generated during
-         u-boot build. For most platform it is u-boot-spl.bin
+         u-boot build. For most platform it is spl/u-boot-spl.bin
          but not always. It is MLO on OMAP for example.
 
 menuconfig BR2_TARGET_UBOOT_ENVIMAGE