]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:46 +0000 (00:42 +0200)
commitef487af3970eb1c348f4984ebb0a5c9542db7d20
tree142045055e94abf0163bac63d7f9cd34a2340c97
parent0ca5836cea14d1804fa9741190720a7d3177444a
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