Fix the version string in dts emission.

Reported by:	Patrick Wildt
MFC after:	1 week
This commit is contained in:
theraven 2013-12-12 08:48:45 +00:00
parent a00f1af7e6
commit b1e0fad8f8

View File

@ -1181,7 +1181,7 @@ void
device_tree::write_dts(int fd)
{
FILE *file = fdopen(fd, "w");
fputs("/dtc-v1/;\n\n", file);
fputs("/dts-v1/;\n\n", file);
if (!reservations.empty())
{