From 1c9fe7ab6b3bf86cf99c96f7d212cdc45fb9d11a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Fri, 21 Aug 2015 16:44:40 +0200 Subject: [PATCH] karo: tx28: adjust parameters to mxs_common_spl_init() to match new U-Boot version --- board/karo/tx28/spl_boot.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/board/karo/tx28/spl_boot.c b/board/karo/tx28/spl_boot.c index a423a4dd2b..41367c2cab 100644 --- a/board/karo/tx28/spl_boot.c +++ b/board/karo/tx28/spl_boot.c @@ -219,9 +219,10 @@ static void tx28_stk5_led_on(void) gpio_direction_output(MX28_PAD_ENET0_RXD3__GPIO_4_10, 1); } -void board_init_ll(void) +void board_init_ll(const uint32_t arg, const uint32_t *resptr) { - mxs_common_spl_init(tx28_stk5_pads, ARRAY_SIZE(tx28_stk5_pads)); + mxs_common_spl_init(arg, resptr, + tx28_stk5_pads, ARRAY_SIZE(tx28_stk5_pads)); tx28_stk5_lcd_init(); tx28_stk5_led_on(); } -- 2.39.2