]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
xtensa: Switch to using CONFIG_XTENSA for building device trees
authorTom Rini <trini@konsulko.com>
Sat, 11 Jun 2022 02:59:24 +0000 (22:59 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 28 Jun 2022 21:03:31 +0000 (17:03 -0400)
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>
arch/xtensa/dts/Makefile
include/configs/xtfpga.h

index fbbdefaf2cf138cab66052b6f6661e29a2211cdd..c22c50ac4e5d7aebac6499a994668fbd48ddf385 100644 (file)
@@ -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
 
index 7392582b5e46f1bd3afd4a81015d589d5d63d2a5..f1ea47654671f187e842ae8bc30a170ed4e5eb3b 100644 (file)
  * differences.
  */
 
-/*=====================*/
-/* Board and Processor */
-/*=====================*/
-
-#define CONFIG_XTFPGA
-
 /*===================*/
 /* RAM Layout        */
 /*===================*/