summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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