From d64d338fcc3e9d6d32c6ced3bd84831337df7e7b Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 10 Jun 2022 22:59:24 -0400 Subject: 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 --- include/configs/xtfpga.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include') diff --git a/include/configs/xtfpga.h b/include/configs/xtfpga.h index 7392582b5e4..f1ea4765467 100644 --- a/include/configs/xtfpga.h +++ b/include/configs/xtfpga.h @@ -16,12 +16,6 @@ * differences. */ -/*=====================*/ -/* Board and Processor */ -/*=====================*/ - -#define CONFIG_XTFPGA - /*===================*/ /* RAM Layout */ /*===================*/ -- cgit v1.2.3