
10 Jun
2016
10 Jun
'16
2:35 a.m.
On 3 June 2016 at 13:05, Andreas Dannenberg dannenberg@ti.com wrote:
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: Andreas Dannenberg dannenberg@ti.com
common/spl/spl_fit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Simon Glass sjg@chromium.org