mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
13 lines
391 B
Text
13 lines
391 B
Text
|
menu "Tools options"
|
||
|
|
||
|
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.
|
||
|
|
||
|
endmenu
|