2018-03-28 09:04:34

by Libor Pechacek

[permalink] [raw]
Subject: [PATCH] devicetree: Remove dangling symlinks

Support for CRIS and Meta was dropped.

Signed-off-by: Libor Pechacek <[email protected]>
Fixes: bb6fb6dfcc17 ("metag: Remove arch/metag/")
Fixes: c690eddc2f3b ("CRIS: Drop support for the CRIS port")
Cc: James Hogan <[email protected]>
Cc: Jesper Nilsson <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Frank Rowand <[email protected]>
Cc: Masahiro Yamada <[email protected]>
Cc: Olof Johansson <[email protected]>
Cc: Heiko Stuebner <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
---
scripts/dtc/include-prefixes/cris | 1 -
scripts/dtc/include-prefixes/metag | 1 -
2 files changed, 2 deletions(-)
delete mode 120000 scripts/dtc/include-prefixes/cris
delete mode 120000 scripts/dtc/include-prefixes/metag

diff --git a/scripts/dtc/include-prefixes/cris b/scripts/dtc/include-prefixes/cris
deleted file mode 120000
index 736d998ba506..000000000000
--- a/scripts/dtc/include-prefixes/cris
+++ /dev/null
@@ -1 +0,0 @@
-../../../arch/cris/boot/dts
\ No newline at end of file
diff --git a/scripts/dtc/include-prefixes/metag b/scripts/dtc/include-prefixes/metag
deleted file mode 120000
index 87a3c847db8f..000000000000
--- a/scripts/dtc/include-prefixes/metag
+++ /dev/null
@@ -1 +0,0 @@
-../../../arch/metag/boot/dts
\ No newline at end of file
--
2.13.6



2018-03-28 13:07:13

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH] devicetree: Remove dangling symlinks

+Arnd

On Wed, Mar 28, 2018 at 3:32 AM, Libor Pechacek <[email protected]> wrote:
> Support for CRIS and Meta was dropped.
>
> Signed-off-by: Libor Pechacek <[email protected]>
> Fixes: bb6fb6dfcc17 ("metag: Remove arch/metag/")
> Fixes: c690eddc2f3b ("CRIS: Drop support for the CRIS port")
> Cc: James Hogan <[email protected]>
> Cc: Jesper Nilsson <[email protected]>
> Cc: Rob Herring <[email protected]>
> Cc: Frank Rowand <[email protected]>
> Cc: Masahiro Yamada <[email protected]>
> Cc: Olof Johansson <[email protected]>
> Cc: Heiko Stuebner <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> Cc: [email protected]
> ---
> scripts/dtc/include-prefixes/cris | 1 -
> scripts/dtc/include-prefixes/metag | 1 -
> 2 files changed, 2 deletions(-)
> delete mode 120000 scripts/dtc/include-prefixes/cris
> delete mode 120000 scripts/dtc/include-prefixes/metag

I'm assuming Arnd will take this.

Acked-by: Rob Herring <[email protected]>