summaryrefslogtreecommitdiffstats
path: root/rules/dt-utils.in
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2019-01-28 14:20:12 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-02-03 18:31:16 +0100
commit351f90e684d98526f0765eec3bc9bd07f9f3c8e4 (patch)
treecde0982341d05904412ef281487bcd1cd1706936 /rules/dt-utils.in
parent658d8c721685bd14dab6b69b0195b1e4dc03ed11 (diff)
downloadptxdist-351f90e684d98526f0765eec3bc9bd07f9f3c8e4.tar.gz
ptxdist-351f90e684d98526f0765eec3bc9bd07f9f3c8e4.tar.xz
dt-utils: version bump 2018.05.0 -> 2019.01.0
Version 2018.05.1 includes a fix for building with glibc ≥ 2.28 and fixes compiler warnings for gcc ≥ 6. Version 2019.01.0 contains several bugfixes and harmonizes the barebox-state implementation with recent barebox versions. Also give the kconfig help text a face lift. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dt-utils.in')
-rw-r--r--rules/dt-utils.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/rules/dt-utils.in b/rules/dt-utils.in
index e4933989d..7ce0e579c 100644
--- a/rules/dt-utils.in
+++ b/rules/dt-utils.in
@@ -5,5 +5,7 @@ config DT_UTILS
prompt "dt-utils"
select UDEV
help
- Contains the barebox-state tool to interact with "barebox-state"
- instances from Linux userspace.
+ Utilities to work with device trees in Linux userspace:
+
+ * barebox-state: access barebox' state storage
+ * fdtdump: dump a device tree binary to stdout