]> git.dujemihanovic.xyz Git - u-boot.git/commit
udoo-neo: Do not print devicetree model
authorFabio Estevam <festevam@gmail.com>
Fri, 19 Jul 2024 20:33:10 +0000 (17:33 -0300)
committerFabio Estevam <festevam@gmail.com>
Mon, 22 Jul 2024 20:55:35 +0000 (17:55 -0300)
commitb06a0b4781a87f61ccd4dc70cc9deab40c9ee456
treed0a62d31c72202f0b178564d27b2007053e6cf87
parent22e002522b676de6d400f6691226a1c97f8756cc
udoo-neo: Do not print devicetree model

The udoo_neo_defconfig target supports several board variants.
All of these variants use the imx6sx-udoo-neo-basic devicetree in U-Boot.

Currently, the devicetree model as well as the board variant name
are shown:

...
Model: UDOO Neo Basic
Board: UDOO Neo FULL
...

Printing the devicetree model that is used internally by U-Boot
may confuse users.

Unselect the CONFIG_DISPLAY_BOARDINFO option and move the board printing
inside board_init() so that only the real board name that is detected
in run-time is printed.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
board/udoo/neo/neo.c
configs/udoo_neo_defconfig