Skip to content
Commit 8aa57a95 authored by Andreas Dannenberg's avatar Andreas Dannenberg Committed by Tom Rini
Browse files

spl: fit: Fix non-matching DT names console output



When no DTB can be matched successfully to the board that's being used
a list of available FIT-embedded DTBs will be output to the console for
diagnostic purposes. But rather than the contents of the "description"
FDT property a non-existent property was accessed and as a result "NULL"
was output instead of the actual name(s) of the DTB(s). Fix this issue
by using the correct property which is also the exact same property
that's used earlier during the actual board matching process.

Signed-off-by: default avatarAndreas Dannenberg <dannenberg@ti.com>
parent 715b3a9b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment