commit | 72801d9971d09734f17056fd4836604d4ffd275f | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@denx.de> | Fri Aug 09 14:58:09 2024 -0300 |
committer | Fabio Estevam <festevam@denx.de> | Tue Aug 13 09:31:35 2024 -0300 |
tree | 04d7399e03c1386f35a4ad5b0584d8388342429a | |
parent | d1cdb5fe2da0cde1c07fe513e214b9dcb4f7aff3 [diff] |
tqma6: Do not print the board name twice Currently, the devicetree model as well as the board variant name are shown: ... Model: TQ TQMa6S/DL on MBa6x Board: TQMa6DL on a MBa6x ... Unselect the CONFIG_DISPLAY_BOARDINFO option so that the board name is printed only once in board_late_init() instead. Signed-off-by: Fabio Estevam <festevam@denx.de>