u-boot-brain/common/spl
Andreas Dannenberg 8aa57a95a2 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: Andreas Dannenberg <dannenberg@ti.com>
2016-06-04 08:50:17 -04:00
..
Makefile spl: Add an option to load a FIT containing U-Boot 2016-03-14 19:18:30 -04:00
spl_ext.c SPL: Let spl_parse_image_header() return value 2016-05-17 17:52:20 +02:00
spl_fat.c spl: Support loading a FIT from FAT FS 2016-05-27 15:41:40 -04:00
spl_fit.c spl: fit: Fix non-matching DT names console output 2016-06-04 08:50:17 -04:00
spl_mmc.c Merge git://git.denx.de/u-boot-dm 2016-05-27 20:34:12 -04:00
spl_nand.c spl: Support loading a FIT from NAND 2016-05-27 15:47:14 -04:00
spl_net.c SPL: Let spl_parse_image_header() return value 2016-05-17 17:52:20 +02:00
spl_nor.c SPL: Let spl_parse_image_header() return value 2016-05-17 17:52:20 +02:00
spl_onenand.c SPL: Let spl_parse_image_header() return value 2016-05-17 17:52:20 +02:00
spl_sata.c dm: scsi: Drop the get_dev() function 2016-05-17 09:54:43 -06:00
spl_usb.c dm: usb: Drop the get_dev() function 2016-05-17 09:54:43 -06:00
spl_ymodem.c spl: Add an option to load a FIT containing U-Boot from UART 2016-05-27 15:47:42 -04:00
spl.c Merge branch 'master' of git://git.denx.de/u-boot-socfpga 2016-06-02 21:42:23 -04:00