summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-02-22 09:34:52 -0600
committerMark Hatle <mark.hatle@amd.com>2023-02-22 09:34:52 -0600
commitcd03a01ad669cae7776a41b32bbdff801b4b9a03 (patch)
treeb60e3ed7774473f5c48773707d0c6c8ce50b3518 /meta-xilinx-core/conf
parent0e471db25311caf15b412e68eed4087eb7c664d3 (diff)
downloadmeta-xilinx-cd03a01ad669cae7776a41b32bbdff801b4b9a03.tar.gz
Revert "machine-xilinx-default: Implement default FIT_CONF_DEFAULT_DTB"
This reverts commit 6ad9836940fa9c3541b5339c84d6d86e36734e24.
Diffstat (limited to 'meta-xilinx-core/conf')
-rw-r--r--meta-xilinx-core/conf/machine/include/machine-xilinx-default.inc7
1 files changed, 0 insertions, 7 deletions
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 ?= " \
57 ${XSERVER_EXT} \ 57 ${XSERVER_EXT} \
58 " 58 "
59 59
60# If the user generates a fit-image, there may be more then one DTB to choose from
61# define a reasonable default that should work for most cases. If the default
62# does not work, the user will need to define their own value for FIT_CONF_DEFAULT_DTB
63SYSTEM_DTFILE ??= ""
64CONFIG_DTFILE ??= "${SYSTEM_DTFILE}"
65FIT_CONF_DEFAULT_DTB ?= "${@d.getVar('CONFIG_DTFILE').replace('.dts', '.dtb')}"
66
67# Define to avoid parsse errors below if undefind elsewhere 60# Define to avoid parsse errors below if undefind elsewhere
68INITRAMFS_IMAGE ??= "" 61INITRAMFS_IMAGE ??= ""
69 62