]> git.ipfire.org Git - thirdparty/u-boot.git/commit
mx6cuboxi: Do not print devicetree model
authorFabio Estevam <festevam@gmail.com>
Sat, 30 Mar 2024 21:03:31 +0000 (18:03 -0300)
committerFabio Estevam <festevam@gmail.com>
Fri, 5 Apr 2024 12:37:56 +0000 (09:37 -0300)
commit3952365515c32cd8b3990afb9bd77a4f4cba4159
treeebd12c47663b5ceed33e8193e51922db58004a1e
parent786af90de8ceba3cee1818376b9d53421c5be598
mx6cuboxi: Do not print devicetree model

The mx6cuboxi_defconfig target supports several board
variants. All of these variants use the hummingboard devicetree in U-Boot.

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

...
Model: SolidRun HummingBoard2 Dual/Quad (1.5som+emmc)
Board: MX6 Cubox-i
...

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

Unselect the CONFIG_DISPLAY_BOARDINFO option so that only the
board name is printed in board_late_init() instead.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Tested-by: Christian Gmeiner <cgmeiner@igalia.com>
board/solidrun/mx6cuboxi/mx6cuboxi.c
configs/mx6cuboxi_defconfig