mirror of
https://github.com/mii443/qemu.git
synced 2025-08-28 18:09:35 +00:00
In commitd0dead3b6d
we changed to shipping the u-boot sources as a tarball, to work around a problem where they contained a file and directory that had the same name except for case, which was preventing QEMU's source tarball being unpacked on case-insensitive filesystems. In commitf2a3b549e3
we updated our u-boot blob and sources to v2019.01, which no longer has this problem, so we can finally remove our workaround (effectively revertingd0dead3b6d
). Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com> Message-id: 20190314155628.8822-1-peter.maydell@linaro.org