]> git.sur5r.net Git - u-boot/blobdiff - dts/Kconfig
tools/mkimage: Make the path to the dtc binary that mkimage calls configurable
[u-boot] / dts / Kconfig
index 44fc9fe36dd799bf0633f845c889f4e79948fd81..4ee051094319ee98ee9d5ea6d1f5e0155610e7b1 100644 (file)
@@ -170,3 +170,12 @@ config TPL_OF_PLATDATA
          information.
 
 endmenu
+
+config MKIMAGE_DTC_PATH
+       string "Path to dtc binary for use within mkimage"
+       default "dtc"
+       help
+         The mkimage host tool will, in order to generate FIT images make
+         calls to the dtc application in order to create the output.  In
+         some cases the system dtc may not support all required features
+         and the path to a different version should be given here.