
From: Simon Glass <sjg@chromium.org> Unfortunately no one else has taken up this migration. For now, reword a a comment to more correctly describe what the event uses. Signed-off-by: Simon Glass <sjg@chromium.org> --- boot/image-fdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/image-fdt.c b/boot/image-fdt.c index 3f779ea4dc7..87c1fef2193 100644 --- a/boot/image-fdt.c +++ b/boot/image-fdt.c @@ -647,7 +647,7 @@ int image_setup_libfdt(struct bootm_headers *images, void *blob, bool lmb) if (!ft_verify_fdt(blob)) goto err; - /* after here we are using a livetree */ + /* after here we are using the ofnode interface */ if (!of_live_active() && CONFIG_IS_ENABLED(EVENT)) { struct event_ft_fixup fixup; -- 2.43.0