summaryrefslogtreecommitdiffstats
path: root/usr.bin/dtc
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-05-17 14:03:46 +0000
committerian <ian@FreeBSD.org>2014-05-17 14:03:46 +0000
commitde23cf51fef18fa7f16e697bcc76c27ba58ead85 (patch)
treedd389d5485c9ce3100caa10f2f5593d63231cb7f /usr.bin/dtc
parent3724a25461e21d8b5d709b406746b7f9979f6c6f (diff)
downloadFreeBSD-src-de23cf51fef18fa7f16e697bcc76c27ba58ead85.zip
FreeBSD-src-de23cf51fef18fa7f16e697bcc76c27ba58ead85.tar.gz
MFC 263199, 263207
Fix error mesasge in dtc. Add tmpfs, mbr, and bsdlabel options back to wandboard kernel config.
Diffstat (limited to 'usr.bin/dtc')
-rw-r--r--usr.bin/dtc/fdt.cc2
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(';');
OpenPOWER on IntegriCloud