diff options
author | Michal Kubecek <mkubecek@suse.cz> | 2021-02-23 21:41:14 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2021-02-23 21:37:09 -0600 |
commit | 497a4dc8276d25130ef0034363c68c106447d9f5 (patch) | |
tree | 71f7156fee25fe1de1f90919d574051bf684e604 /scripts | |
parent | a3cb15cda1b8213387f258caad6b13afcc378fd5 (diff) | |
download | linux-497a4dc8276d25130ef0034363c68c106447d9f5.tar.bz2 |
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 <mkubecek@suse.cz>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210223204114.E7F55E0155@unicorn.suse.cz
Diffstat (limited to 'scripts')
l--------- | scripts/dtc/include-prefixes/c6x | 1 |
1 files changed, 0 insertions, 1 deletions
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 |