Skip to content

Commit b6e5b53

Browse files
committed
downloadfiles: add variant to debug
1 parent 050aec0 commit b6e5b53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

downloadfiles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def getInitrdInfo():
207207
ufile=ubootfiles[board][device]
208208

209209
if ufile:
210-
print(f"board:{board} ubootfile: {ufile}")
210+
print(f"board:{board} variant:{variant} ubootfile: {ufile}")
211211
if kernel:
212212
if kernel+"-main" in kfiles:
213213
b=board

0 commit comments

Comments
 (0)