diff --git a/u-boot.changes b/u-boot.changes index ade1e05..01714c3 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 22 08:09:47 UTC 2020 - Guillaume GARDET + +- Package u-boot.img instead of u-boot.bin for snow and spring + ------------------------------------------------------------------- Fri Dec 20 11:08:03 UTC 2019 - Guillaume GARDET diff --git a/u-boot.spec b/u-boot.spec index 4a4e785..69786cf 100644 --- a/u-boot.spec +++ b/u-boot.spec @@ -1,7 +1,7 @@ # # spec file for package u-boot # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco # @@ -134,9 +134,13 @@ %define is_armv8 1 %define binext .elf %endif -%if "%target" == "highbank" || "%target" == "jetson-tk1" || "%target" == "merriia80optimus" || "%target" == "nanopineoair" || "%target" == "odroid" || "%target" == "odroid-xu3" || "%target" == "paz00" || "%target" == "snow" || "%target" == "socfpgade0nanosoc" || "%target" == "spring" +%if "%target" == "highbank" || "%target" == "jetson-tk1" || "%target" == "merriia80optimus" || "%target" == "nanopineoair" || "%target" == "odroid" || "%target" == "odroid-xu3" || "%target" == "paz00" || "%target" == "socfpgade0nanosoc" %define is_armv7 1 %endif +%if "%target" == "snow" || "%target" == "spring" +%define is_armv7 1 +%define binext .img +%endif %if "%target" == "zynqzturn" %define is_armv7 1 %define binext .img