The function `tqma6_iomuxc_spi()` was removed in the commit
"tqma6: Remove non-DM board code".
The original function was overwritten with an empty function in the
WRU4 baseboard and should also have been removed.
Therefore, the function and its call are being removed.
Fixes: 93552cc442de ("tqma6: Remove non-DM board code")
Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com>
/* address of boot parameters */
gd->bd->bi_boot_params = PHYS_SDRAM + 0x100;
-#ifndef CONFIG_DM_SPI
- tqma6_iomuxc_spi();
-#endif
tqma6_bb_board_init();
return 0;
gpio_direction_output(GPIO_UART3_PWRON, 0);
}
-void tqma6_iomuxc_spi(void)
-{
- /* No SPI on this baseboard */
-}
-
int tqma6_bb_board_early_init_f(void)
{
setup_iomuxc_uart4();