From cd03a01ad669cae7776a41b32bbdff801b4b9a03 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Wed, 22 Feb 2023 09:34:52 -0600 Subject: Revert "machine-xilinx-default: Implement default FIT_CONF_DEFAULT_DTB" This reverts commit 6ad9836940fa9c3541b5339c84d6d86e36734e24. --- meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'meta-xilinx-core/conf/machine') diff --git a/meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc b/meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc index 105e3f57..e5437792 100644 --- a/meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc +++ b/meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc @@ -57,13 +57,6 @@ XSERVER ?= " \ ${XSERVER_EXT} \ " -# If the user generates a fit-image, there may be more then one DTB to choose from -# define a reasonable default that should work for most cases. If the default -# does not work, the user will need to define their own value for FIT_CONF_DEFAULT_DTB -SYSTEM_DTFILE ??= "" -CONFIG_DTFILE ??= "${SYSTEM_DTFILE}" -FIT_CONF_DEFAULT_DTB ?= "${@d.getVar('CONFIG_DTFILE').replace('.dts', '.dtb')}" - # Define to avoid parsse errors below if undefind elsewhere INITRAMFS_IMAGE ??= "" -- cgit v1.2.3-54-g00ecf