]> git.proxmox.com Git - mirror_qemu.git/commit
dtc: Update submodule to avoid build errors
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 14 Mar 2017 01:24:29 +0000 (12:24 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 14 Mar 2017 01:24:29 +0000 (12:24 +1100)
commit28df75d8d1aebdb09a2cc511c0b97690eac0b7a7
tree7bd49de41bb7d8f81a8bb0f13d716c2b070b5cec
parent82516263cead40ac240ae5fb2a6f5fc0fda9614c
dtc: Update submodule to avoid build errors

The currently included version of the dtc/libfdt submodule has some build
errors on certain distributions (including RHEL7).  This is due to some
poorly named macros in libfdt.h; they're designed for use with the sparse
static checker, but use reserved names which conflict with some symbols in
the standard headers.

That's been corrected in upstream dtc, this updates the qemu submodule to
bring the fix to qemu.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
dtc