diff options
Diffstat (limited to 'usr.bin/dtc/fdt.cc')
-rw-r--r-- | usr.bin/dtc/fdt.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/dtc/fdt.cc b/usr.bin/dtc/fdt.cc index 3a7554c..ee281bc 100644 --- a/usr.bin/dtc/fdt.cc +++ b/usr.bin/dtc/fdt.cc @@ -1374,7 +1374,7 @@ device_tree::parse_dts(const char *fn, FILE *depfile) (input.next_token(), input.consume_integer(len)))) { - input.parse_error("Expected /dts-v1/; version string"); + input.parse_error("Expected size on /memreserve/ node."); } input.next_token(); input.consume(';'); |