]> git.proxmox.com Git - mirror_qemu.git/commit - hw/xtensa/xtfpga.c
target/xtensa: xtfpga: load DTB only when FDT support is enabled
authorMax Filippov <jcmvbkbc@gmail.com>
Sat, 11 Mar 2017 19:24:44 +0000 (11:24 -0800)
committerMax Filippov <jcmvbkbc@gmail.com>
Sat, 11 Mar 2017 22:59:03 +0000 (14:59 -0800)
commit0e80359e6285e094eaf1e403835c12081faef535
treee0e9529e59aad2e1d2804efdb60a4fd0df47b5eb
parentdd4d2578215cd380f40a38028a9904e15b135ef3
target/xtensa: xtfpga: load DTB only when FDT support is enabled

xtensa linux can use DTB but does not require it, so FDT support is not
a requirement for target/xtensa. Don't try to load DTB when FDT support
is not configured.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
hw/xtensa/xtfpga.c