From b6d12e2d75d84bff385a98110746fdae79459f4f2df5f6386fd47cdc4fba5e5f Mon Sep 17 00:00:00 2001 From: Matthias Brugger Date: Tue, 28 Jan 2020 10:50:06 +0000 Subject: [PATCH] Add support for Jetson Nano. OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=78 --- _multibuild | 1 + u-boot.changes | 2 +- u-boot.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_multibuild b/_multibuild index b770d94..3c35ffb 100644 --- a/_multibuild +++ b/_multibuild @@ -56,6 +56,7 @@ p2371-2180 p2771-0000-500 paz00 + p3450-0000 pcm051rev3 pine64plus pinebook diff --git a/u-boot.changes b/u-boot.changes index 2e7934e..720a1fe 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -2,7 +2,7 @@ Tue Jan 28 10:29:54 UTC 2020 - Matthias Brugger Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2020.01-next - Add support for Jetson Nano. (jsc#SLE-9387) + Add support for Jetson Nano. Enable btrfs by default. (jsc#SLE-10302) Add network support for RPi4 (jsc#SLE-7276) * Patches added: diff --git a/u-boot.spec b/u-boot.spec index cf0a377..8aefc30 100644 --- a/u-boot.spec +++ b/u-boot.spec @@ -132,7 +132,7 @@ %if "%target" == "dragonboard410c" || "%target" == "dragonboard820c" %define is_armv8 1 %endif -%if "%target" == "geekbox" || "%target" == "hikey" || "%target" == "khadas-vim" || "%target" == "khadas-vim2" || "%target" == "libretech-ac" || "%target" == "libretech-cc" || "%target" == "ls1012afrdmqspi" || "%target" == "mvebudb-88f3720" || "%target" == "mvebudbarmada8k" || "%target" == "mvebuespressobin-88f3720" || "%target" == "mvebumcbin-88f8040" || "%target" == "odroid-c2" || "%target" == "p2371-2180" || "%target" == "p2771-0000-500" || "%target" == "poplar" +%if "%target" == "geekbox" || "%target" == "hikey" || "%target" == "khadas-vim" || "%target" == "khadas-vim2" || "%target" == "libretech-ac" || "%target" == "libretech-cc" || "%target" == "ls1012afrdmqspi" || "%target" == "mvebudb-88f3720" || "%target" == "mvebudbarmada8k" || "%target" == "mvebuespressobin-88f3720" || "%target" == "mvebumcbin-88f8040" || "%target" == "odroid-c2" || "%target" == "p2371-2180" || "%target" == "p2771-0000-500" || "%target" == "p3450-0000" || "%target" == "poplar" %define is_armv8 1 %endif %if "%target" == "avnetultra96rev1" || "%target" == "xilinxzynqmpgeneric" || "%target" == "xilinxzynqmpzcu102rev10"