aboutsummaryrefslogtreecommitdiff
path: root/arch/xtensa
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-10 22:59:24 -0400
committerTom Rini <trini@konsulko.com>2022-06-28 17:03:31 -0400
commitd64d338fcc3e9d6d32c6ced3bd84831337df7e7b (patch)
tree6169e9f0753c2bcd688957dd9bc14524fab37a7b /arch/xtensa
parent13ce351b9a292a758415ef8eba3c349c28cf4697 (diff)
downloadu-boot-d64d338fcc3e9d6d32c6ced3bd84831337df7e7b.zip
u-boot-d64d338fcc3e9d6d32c6ced3bd84831337df7e7b.tar.gz
u-boot-d64d338fcc3e9d6d32c6ced3bd84831337df7e7b.tar.bz2
xtensa: Switch to using CONFIG_XTENSA for building device trees
The only use of CONFIG_XTFPGA was to build all of the in-tree device trees. Switch to using CONFIG_XTENSA instead of a non-Kconfig symbol. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/xtensa')
-rw-r--r--arch/xtensa/dts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/dts/Makefile b/arch/xtensa/dts/Makefile
index fbbdefa..c22c50a 100644
--- a/arch/xtensa/dts/Makefile
+++ b/arch/xtensa/dts/Makefile
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0+
-dtb-$(CONFIG_XTFPGA) += ml605.dtb ml605_nommu.dtb kc705.dtb kc705_nommu.dtb
+dtb-$(CONFIG_XTENSA) += ml605.dtb ml605_nommu.dtb kc705.dtb kc705_nommu.dtb
include $(srctree)/scripts/Makefile.dts