mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
The get_board_id() function was using the old gpio_* compatibility layer to read HW and SW ID numbers encoded on the PCB board. After this change the new dm_gpio* API is used for this purpose. Signed-off-by: Lukasz Majewski <lukma@denx.de>