Home
last modified time | relevance | path

Searched defs:fdt_opt (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dmeson.build2042 fdt_opt = get_option('fdt') variable
2043 if fdt_opt == 'enabled' and get_option('wrap_mode') == 'nodownload' variable
2044 fdt_opt = 'system' variable
2053 fdt_opt = 'system' variable
2055 fdt_opt = get_option('wrap_mode') == 'nodownload' ? 'disabled' : 'internal' variable
2061 if fdt_opt == 'internal' variable