Fix the version string in dts emission.

Reported by:	Patrick Wildt
MFC after:	1 week
This commit is contained in:
David Chisnall 2013-12-12 08:48:45 +00:00
parent 27ce2fd67c
commit ae893e1ad9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=259249

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())
{