]> git.ipfire.org Git - people/ms/u-boot.git/commit
common/cmd_bdinfo: show gd->board_type
authorHannes Schmelzer <oe5hpm@oevsv.at>
Thu, 11 Jun 2015 10:27:09 +0000 (12:27 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 11 Jun 2015 12:29:14 +0000 (08:29 -0400)
commit7bb7d672aa50ed92a10ee268d0fed39aaa97a7c8
treec31d687b775eb668e4a6b7cb6fa76c0647ced4a9
parent3850dbe833facceb5b3d57a6a0ee93532b445aaa
common/cmd_bdinfo: show gd->board_type

sometimes it is usefull to know if board-detection has
written the correct value into gd->board_type.

For this we add some output to the bdinfo command.

Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at>
common/cmd_bdinfo.c