From d7b07ef5836e10bb9e858e1bbcf1f145475bb8479caa84a4be3ad578c1b92173 Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Fri, 6 Aug 2021 15:54:58 +0000 Subject: [PATCH] Accepting request 910514 from hardware:boot:staging OBS-URL: https://build.opensuse.org/request/show/910514 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=150 --- u-boot.changes | 6 ++++++ u-boot.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/u-boot.changes b/u-boot.changes index 9145b48..0f66d44 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 6 09:58:41 UTC 2021 - Matwey Kornilov + +- u-boot-bin.spl is used for UART or USB boot. Lets package it + for convinience. + ------------------------------------------------------------------- Tue Aug 3 08:18:32 UTC 2021 - Guillaume GARDET diff --git a/u-boot.spec b/u-boot.spec index 7e28b7e..ac42e01 100644 --- a/u-boot.spec +++ b/u-boot.spec @@ -501,6 +501,7 @@ mv %{buildroot}%{uboot_dir}/u-boot%{binext} %{buildroot}%{uboot_dir}/u-boot.e500 %endif %if %x_loader == 1 install -D -m 0644 MLO %{buildroot}%{uboot_dir}/MLO +install -D -m 0644 spl/u-boot-spl.bin %{buildroot}%{uboot_dir}/u-boot-spl.bin %endif %if %origen_spl == 1 install -D -m 0644 spl/origen-spl.bin %{buildroot}%{uboot_dir}/origen-spl.bin