
15 Jun
2020
15 Jun
'20
9:55 p.m.
On Fri, Jun 05, 2020 at 09:22:11AM +0200, Patrick Delaunay wrote:
From: Etienne Carriere etienne.carriere@linaro.org
Fix the loop that parses FDT for a reserved memory node named "optee".
Before this change, if at least one subnode was found in the reserved-memory node, the function endlessly looped since instruction continue returned back in the loop without updating variable subnode. This change fixes the issue by using a for loop.
Fixes: 6ccb05eae01b ("image: fdt: copy possible optee nodes to a loaded devicetree") Signed-off-by: Etienne Carriere etienne.carriere@linaro.org Signed-off-by: Patrick Delaunay patrick.delaunay@st.com
Applied to u-boot/master, thanks!
--
Tom