From adb67bb94ee16d6284a13320c757460c31149c73 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 18 Mar 2021 20:25:02 +1300 Subject: binman: Move the comment for GetFdts() to the base class Like with other methods this comment should be in the base class. Move it. Signed-off-by: Simon Glass --- tools/binman/entry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/binman/entry.py') diff --git a/tools/binman/entry.py b/tools/binman/entry.py index 507760e2a8..be9419584a 100644 --- a/tools/binman/entry.py +++ b/tools/binman/entry.py @@ -205,7 +205,7 @@ class Entry(object): Dict: key: Filename from this entry (without the path) value: Tuple: - Fdt object for this dtb, or None if not available + Entry object for this dtb Filename of file containing this dtb """ return {} -- cgit v1.2.3