mirror of
https://xff.cz/git/u-boot/
synced 2025-10-30 10:04:01 +01:00
board_init() is in final elf file but it is not called at all. Use board_init_late() instead and call gpio_init() from it. Signed-off-by: Michal Simek <michal.simek@xilinx.com>