]> git.dujemihanovic.xyz Git - u-boot.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)
commit6350633ed992275c30e608a9a6a509a8801fc700
tree3e4409b6e60edabed9d0049c27f9b62d25329d23
parentf8a0f4a8304a1b9b94d42831633da73e8077f0e0
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