From 1d999e7db07e8f0dfabc753a6b0da0bdfffb6bea4d4f8b9baf2f656d4f0f5509 Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Wed, 9 Oct 2019 08:21:12 +0000 Subject: [PATCH] Accepting request 736417 from hardware:boot:staging OBS-URL: https://build.opensuse.org/request/show/736417 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=51 --- _multibuild | 1 + u-boot.changes | 5 +++++ u-boot.spec | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/_multibuild b/_multibuild index 8d9c72b..c837226 100644 --- a/_multibuild +++ b/_multibuild @@ -69,6 +69,7 @@ rpi rpi2 rpi3 + rpi4 sifivefu540 snow socfpgade0nanosoc diff --git a/u-boot.changes b/u-boot.changes index 8ca648a..415dd27 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 9 08:08:32 UTC 2019 - Matthias Brugger + +- Enable RaspberryPi4 builds + ------------------------------------------------------------------- Tue Oct 8 19:19:43 UTC 2019 - Guillaume GARDET diff --git a/u-boot.spec b/u-boot.spec index 0acd2d1..5448007 100644 --- a/u-boot.spec +++ b/u-boot.spec @@ -41,7 +41,7 @@ %define is_riscv64 0 %define tools_only 0 -%if "%target" == "rpi" || "%target" == "rpi2" || "%target" == "rpi3" +%if "%target" == "rpi" || "%target" == "rpi2" || "%target" == "rpi3" || "%target" == "rpi4" %define is_rpi 1 %if "%target" == "rpi" %define is_armv6 1 @@ -49,7 +49,7 @@ %if "%target" == "rpi2" %define is_armv7 1 %endif -%if "%target" == "rpi3" +%if "%target" == "rpi3" || "%target" == "rpi4" %define is_armv8 1 %endif %endif