Fix the version string in dts emission.
Reported by: Patrick Wildt MFC after: 1 week
This commit is contained in:
parent
a00f1af7e6
commit
b1e0fad8f8
@ -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())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user