* [PATCH] of: Pass barebox version to kernel
@ 2018-03-19 10:30 Sascha Hauer
0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2018-03-19 10:30 UTC (permalink / raw)
To: Barebox List
Pass the barebox version to Linux in case somebody is interested in it
under Linux. We use put the version under /chosen/barebox-version and
it can be read under Linux in /sys/firmware/devicetree/base/chosen/barebox-version.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
common/oftree.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/common/oftree.c b/common/oftree.c
index 40eb35f188..8a2ede4c60 100644
--- a/common/oftree.c
+++ b/common/oftree.c
@@ -128,6 +128,7 @@ static int of_fixup_bootargs(struct device_node *root, void *unused)
if (!node)
return -ENOMEM;
+ of_property_write_string(node, "barebox-version", release_string);
err = of_property_write_string(node, "bootargs", str);
--
2.16.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-03-19 10:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-19 10:30 [PATCH] of: Pass barebox version to kernel Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox