From 887b405ddfdfdc68c068b03c135ff665c1acb32c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Fri, 21 Aug 2015 16:44:37 +0200 Subject: [PATCH] karo: tx28: use CONFIG_SYS_SDRAM_SIZE instead of CONFIG_SDRAM_SIZE --- board/karo/tx28/tx28.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/karo/tx28/tx28.c b/board/karo/tx28/tx28.c index b6ea8fbf78..0c707b8ae3 100644 --- a/board/karo/tx28/tx28.c +++ b/board/karo/tx28/tx28.c @@ -796,7 +796,7 @@ static void stk5v5_board_init(void) /* init flexcan transceiver enable GPIO */ gpio_request_one(STK5_CAN_XCVR_GPIO, GPIOFLAG_OUTPUT_INIT_HIGH, "Flexcan Transceiver"); - SETUP_IOMUX_PAD(STK5_CAN_XCVR_GPIO); + mxs_iomux_setup_pad(STK5_CAN_XCVR_GPIO); } int tx28_fec1_enabled(void) -- 2.39.2