]> git.baikalelectronics.ru Git - uboot.git/commit
udoo: neo: Do not print the Model information
authorFabio Estevam <festevam@gmail.com>
Mon, 3 Jan 2022 15:15:12 +0000 (12:15 -0300)
committerTom Rini <trini@konsulko.com>
Fri, 7 Jan 2022 14:30:45 +0000 (09:30 -0500)
commit0dbb8d555c68519b039503f41e32e5072940509d
tree061451bb8a5419303f4934d06c54d967f366852d
parent38e1c5aec8da15ba10a41910c0570c328fa3838e
udoo: neo: Do not print the Model information

By default the Model information from DT is printed:

CPU:   Freescale i.MX6SX rev1.2 996 MHz (running at 792 MHz)
CPU:   Extended Commercial temperature grade (-20C to 105C) at 63C
Reset cause: POR
Model: UDOO Neo Basic
Board: UDOO Neo FULL
I2C:   ready

As the udoo basic DT is used, such output may be confusing.

Improve it by only printing the Board model instead, which is
read from the board identification GPIOs.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Acked-by: Tommaso Merciai <tomm.merciai@gmail.com>
Tested-by: Tommaso Merciai <tomm.merciai@gmail.com>
board/udoo/neo/neo.c