From: Lothar Waßmann Date: Tue, 16 Jun 2020 06:58:46 +0000 (+0200) Subject: karo: tx6: fix copy/paste error X-Git-Tag: KARO_TX6-2020-09-18~11 X-Git-Url: https://git.karo-electronics.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=1895d9be35cfc80bdf777b48520250c7030f9c85 karo: tx6: fix copy/paste error --- diff --git a/board/karo/tx6/tx6ul.c b/board/karo/tx6/tx6ul.c index 6ddbfde2ba..ceabaa2a5a 100644 --- a/board/karo/tx6/tx6ul.c +++ b/board/karo/tx6/tx6ul.c @@ -1392,7 +1392,8 @@ static void tx_tester_board_init(void) printf("Failed to request TX-Tester GPIOs: %d\n", ret); return; } - imx_iomux_v3_setup_multiple_pads(stk5_pads, ARRAY_SIZE(stk5_pads)); + imx_iomux_v3_setup_multiple_pads(tx_tester_pads, + ARRAY_SIZE(tx_tester_pads)); if (wrsr & WRSR_TOUT) gpio_set_value(IMX_GPIO_NR(5, 4), 1);