2021-02-23 21:11:08

by Michal Kubecek

[permalink] [raw]
Subject: [PATCH] dts: drop dangling c6x symlink

With c6x architecture removal, scripts/dtc/include-prefixes/c6x symlink
lost its target. Drop the dangling symlink which triggers some distribution
check scripts.

Fixes: a579fcfa8e49 ("c6x: remove architecture")
Signed-off-by: Michal Kubecek <[email protected]>
---
scripts/dtc/include-prefixes/c6x | 1 -
1 file changed, 1 deletion(-)
delete mode 120000 scripts/dtc/include-prefixes/c6x

diff --git a/scripts/dtc/include-prefixes/c6x b/scripts/dtc/include-prefixes/c6x
deleted file mode 120000
index 49ded4cae2be..000000000000
--- a/scripts/dtc/include-prefixes/c6x
+++ /dev/null
@@ -1 +0,0 @@
-../../../arch/c6x/boot/dts
\ No newline at end of file
--
2.30.1


2021-02-23 21:26:38

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH] dts: drop dangling c6x symlink

On Tue, 23 Feb 2021 21:41:14 +0100, Michal Kubecek wrote:
> With c6x architecture removal, scripts/dtc/include-prefixes/c6x symlink
> lost its target. Drop the dangling symlink which triggers some distribution
> check scripts.
>
> Fixes: a579fcfa8e49 ("c6x: remove architecture")
> Signed-off-by: Michal Kubecek <[email protected]>
> ---
> scripts/dtc/include-prefixes/c6x | 1 -
> 1 file changed, 1 deletion(-)
> delete mode 120000 scripts/dtc/include-prefixes/c6x
>

Applied, thanks!