]> git.baikalelectronics.ru Git - uboot.git/commit
fdt: Add U-Boot version to chosen node
authorFrancesco Dolcini <francesco.dolcini@toradex.com>
Thu, 19 May 2022 14:22:26 +0000 (16:22 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 3 Jun 2022 15:15:24 +0000 (11:15 -0400)
commit528ac12e7e2303242d0e4286f72a680e2974bdc1
tree492c7a5f9d353af6df519c96672298926de85fce
parente6fb004a8193f3230ae641a294ed9fb8041729a1
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>
common/fdt_support.c