]> git.baikalelectronics.ru Git - uboot.git/commit
board: stm32mp1: convert to livetree
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Thu, 19 May 2022 07:07:29 +0000 (09:07 +0200)
committerPatrick Delaunay <patrick.delaunay@foss.st.com>
Fri, 17 Jun 2022 12:12:26 +0000 (14:12 +0200)
commitfa791c53d21694e2f7d30fe690052f6ec1ee6110
tree3e4409b6e60edabed9d0049c27f9b62d25329d23
parent3a9eddfd5d0504474950c6d7fcd59494a228501b
board: stm32mp1: convert to livetree

Replace gd->fdt_blob access with fdt_getprop() function to the
function ofnode_get_property() to support a live tree.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
board/st/stm32mp1/stm32mp1.c