mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-28 08:35:38 +00:00
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>
This commit is contained in:
parent
13ce351b9a
commit
d64d338fcc
2 changed files with 1 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0+
|
# 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
|
include $(srctree)/scripts/Makefile.dts
|
||||||
|
|
||||||
|
|
|
@ -16,12 +16,6 @@
|
||||||
* differences.
|
* differences.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*=====================*/
|
|
||||||
/* Board and Processor */
|
|
||||||
/*=====================*/
|
|
||||||
|
|
||||||
#define CONFIG_XTFPGA
|
|
||||||
|
|
||||||
/*===================*/
|
/*===================*/
|
||||||
/* RAM Layout */
|
/* RAM Layout */
|
||||||
/*===================*/
|
/*===================*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue