
Hi Fabio
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
U-Boot 2024.04-rc5-00003-g5565c24adb (Apr 01 2024 - 12:05:25 +0200)
CPU: Freescale i.MX6Q rev1.3 996 MHz (running at 792 MHz) CPU: Extended Commercial temperature grade (-20C to 105C) at 26C Reset cause: POR DRAM: 2 GiB Core: 84 devices, 19 uclasses, devicetree: fit WDT: Started watchdog@20bc000 with servicing every 1000ms (128s timeout) MMC: FSL_SDHC: 1, FSL_SDHC: 2 Loading Environment from MMC... *** Warning - bad CRC, using default environment
In: serial Out: serial Err: serial Board: MX6 Cubox-i Net: eth0: ethernet@2188000
Tested-by: Christian Gmeiner cgmeiner@igalia.com
Thanks & Regards, Christian