]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: siemens: iot2050: Fix M.2 detection
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 17 Oct 2023 05:20:14 +0000 (07:20 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 28 Oct 2023 01:02:08 +0000 (21:02 -0400)
commit33e8020fd198926a5cc35f5834d99c324f094b71
tree901e51892ccfc1eb9b8edf63bc74235e8fe2d69c
parent9bd2e70b3122c3584e2378eb5dfa1fe199d03a42
board: siemens: iot2050: Fix M.2 detection

The "simpler" the logic, the higher the probability to not test and get
things wrong, again: The absence of a "-PG2" suffix is not sufficient to
derive that we are on PG1. There is also "IOT2050-ADVANCED-M2".

Finally fix that by exactly matching against the two PG1 device names.

While changing this, we can also drop the not really needed check for
!board_is_sr1 in board_is_m2 and call the boards by their names
("board_is_pg1").

Reported-and-tested-by: Bao Cheng Su <baocheng.su@siemens.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
board/siemens/iot2050/board.c