Files
u-boot/common
Marek Vasut 10f3e157e8 board-info: Use sysinfo_get()
Replace uclass_first_device_err(UCLASS_SYSINFO, &dev) with sysinfo_get(&dev).
The board_info code may use sysinfo to print board information, so use the
sysinfo functions consistently. The sysinfo_get() is internally implemented
as return uclass_first_device_err(UCLASS_SYSINFO, &dev) anyway, so there is
no functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Cc: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
2021-07-14 16:47:59 -04:00
..
2021-07-07 10:17:54 -04:00
2021-07-02 15:03:53 -04:00
2021-07-06 10:38:03 -06:00
2021-07-14 16:47:59 -04:00
2021-04-20 07:31:12 -04:00
2021-03-12 17:41:35 -05:00
2021-06-08 11:39:09 -04:00
2021-04-20 07:31:12 -04:00
2021-04-12 17:44:55 -04:00
2021-04-20 07:31:12 -04:00
2020-10-22 09:54:53 -04:00