]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
generic-board: allow showing custom board info
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Wed, 5 Aug 2015 15:17:00 +0000 (17:17 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:23:15 +0000 (10:23 +0200)
commit5558e6d267594b9663f9c199bdfac0134ba90708
tree12d4f2f91730717af4ab24e139254bddfaf28d31
parent5464587dee8ffe5f45a58141d852edac6e38deb9
generic-board: allow showing custom board info

Allow showing custom board info from a checkboard() function being
implemented if CONFIG_CUSTOM_BOARDINFO is specified.  Previously the
device tree model was always displayed not taking any
CONFIG_CUSTOM_BOARDINFO into account.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/board_info.c