commit | 05cc8276a35686c54cdc0a18113b70dda6773e25 | [log] [tgz] |
---|---|---|
author | Francesco Dolcini <francesco.dolcini@toradex.com> | Thu May 19 16:22:26 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 03 11:15:24 2022 -0400 |
tree | 492c7a5f9d353af6df519c96672298926de85fce | |
parent | a0aaa32c143724eeed7579d134c28f7143e702b2 [diff] |
fdt: Add U-Boot version to chosen node Add a new device tree property "u-boot,version" in the chosen node to pass the U-Boot version to the operating system. This can be useful to implement a firmware upgrade procedure from the operating system. Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com> Reviewed-by: Tom Rini <trini@konsulko.com>