diff options
author | Hanna Hawa <hhhawa@amazon.com> | 2020-07-24 16:26:50 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-07-24 16:54:01 +0300 |
commit | 39889b8294c506d6acf17abad041632c10bbe45c (patch) | |
tree | baacb9bb396ba875eff8b2194d85ebad7d5ec2a5 /arch/arm64/boot/dts/Makefile | |
parent | 34d8ddb4d451a5a4c343d05811df20473701ab7d (diff) | |
download | linux-39889b8294c506d6acf17abad041632c10bbe45c.tar.xz |
arm64: dts: amazon: rename al folder to be amazon
As preparation to add device tree binding for Amazon's Annapurna Labs
Alpine v3 support. Rename al device tree folder to be amazon.
Link: https://lore.kernel.org/r/20200724132654.16549-3-hhhawa@amazon.com
Signed-off-by: Hanna Hawa <hhhawa@amazon.com>
Acked-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/boot/dts/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile index f19b762c008d..6f3e1556ce42 100644 --- a/arch/arm64/boot/dts/Makefile +++ b/arch/arm64/boot/dts/Makefile @@ -1,8 +1,8 @@ # SPDX-License-Identifier: GPL-2.0 subdir-y += actions -subdir-y += al subdir-y += allwinner subdir-y += altera +subdir-y += amazon subdir-y += amd subdir-y += amlogic subdir-y += apm |