Source: u-boot
Severity: minor
Tags: patch

The tool is only used on arm64.
>From 9094c94c2ecbcf9338852f43ce2673d38499b410 Mon Sep 17 00:00:00 2001
From: Nicolas Boulenguez <[email protected]>
Date: Thu, 7 Jan 2021 00:10:22 +0100
Subject: [PATCH 08/11] Stop installing rockchip_make_fit_atf on armhf

---
 .../{u-boot-rockchip.install => u-boot-rockchip.install.arm64} | 0
 debian/u-boot-rockchip.install.armhf                           | 3 +++
 2 files changed, 3 insertions(+)
 rename debian/{u-boot-rockchip.install => u-boot-rockchip.install.arm64} (100%)
 create mode 100755 debian/u-boot-rockchip.install.armhf

diff --git a/debian/u-boot-rockchip.install b/debian/u-boot-rockchip.install.arm64
similarity index 100%
rename from debian/u-boot-rockchip.install
rename to debian/u-boot-rockchip.install.arm64
diff --git a/debian/u-boot-rockchip.install.armhf b/debian/u-boot-rockchip.install.armhf
new file mode 100755
index 0000000000..8142144146
--- /dev/null
+++ b/debian/u-boot-rockchip.install.armhf
@@ -0,0 +1,3 @@
+#!/bin/sh
+debian/bin/u-boot-install-targets rockchip
+echo debian/bin/u-boot-install-rockchip /usr/bin/
-- 
2.20.1

Reply via email to