configs/zynq_xxx_defconfig: use BR2_TARGET_UBOOT_CUSTOM_MAKEOPTS

This patch migrates the u-boot device tree definition
from uboot.fragment files to use BR2_TARGET_UBOOT_CUSTOM_MAKEOPTS
instead for the zynq_zc706, zynq_zed and zynq_microzed defconfigs.

Signed-off-by: Neal Frager <neal.frager@amd.com>
Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Neal Frager
2022-11-07 05:43:18 -07:00
committed by Thomas Petazzoni
parent 7c0def2452
commit 0954c013bc
6 changed files with 3 additions and 6 deletions

View File

@@ -1 +0,0 @@
CONFIG_DEFAULT_DEVICE_TREE="zynq-microzed"

View File

@@ -1 +0,0 @@
CONFIG_DEFAULT_DEVICE_TREE="zynq-zc706"

View File

@@ -1 +0,0 @@
CONFIG_DEFAULT_DEVICE_TREE="zynq-zed"