]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sunxi: binman: Provide a default BL31 filename
authorSamuel Holland <samuel@sholland.org>
Thu, 22 Oct 2020 02:12:11 +0000 (21:12 -0500)
committerJagan Teki <jagan@amarulasolutions.com>
Thu, 22 Oct 2020 06:13:43 +0000 (11:43 +0530)
Prior to commit 7f7f8aca8257 ("sunxi: Convert 64-bit boards to use
binman"), if the BL31 environment variable was not defined, the firmware
would be loaded from a file "bl31.bin" in the current directory. Restore
that behavior by providing that as the default filename in case no entry
arg is provided, which will be the case if the environment variable is
unset.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
arch/arm/dts/sunxi-u-boot.dtsi

index 92a644723188b9ad59917a2ae72054e36532adb4..b7195c5671008ef26001af292e892d8fe901cf0d 100644 (file)
@@ -52,6 +52,7 @@
 #endif
 
                                        atf-bl31 {
+                                               filename = "bl31.bin";
                                                missing-msg = "atf-bl31-sunxi";
                                        };
                                };