diff options
| author | Simon Glass <[email protected]> | 2023-09-07 10:00:20 -0600 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2023-09-23 12:31:25 -0600 |
| commit | ae84514feee209091d331a8baaa344ed8d8e905b (patch) | |
| tree | fba6a940770a6b1b2be41f028acf3d210ff5613c /arch | |
| parent | 2ce06f56cbbebd785b5e4c4a83ccec0d0a78e76d (diff) | |
kontron_sl28: Use u-boot-update.bin instead of u-boot.update
A '.update' extension does not get preserved by buildman, so change it.
Signed-off-by: Simon Glass <[email protected]>
Acked-by: Michael Walle <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/fsl-ls1028a-kontron-sl28-u-boot.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/fsl-ls1028a-kontron-sl28-u-boot.dtsi b/arch/arm/dts/fsl-ls1028a-kontron-sl28-u-boot.dtsi index 83750ab001b..aacf181e2dd 100644 --- a/arch/arm/dts/fsl-ls1028a-kontron-sl28-u-boot.dtsi +++ b/arch/arm/dts/fsl-ls1028a-kontron-sl28-u-boot.dtsi @@ -64,7 +64,7 @@ &binman { u-boot-update { - filename = "u-boot.update"; + filename = "u-boot-update.bin"; fit { description = "FIT update image"; |
