projects
/
karo-tx-uboot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b1c9dae
)
karo: tx28: adjust parameters to mxs_common_spl_init() to match new U-Boot version
author
Lothar Waßmann
<LW@KARO-electronics.de>
Fri, 21 Aug 2015 14:44:40 +0000
(16:44 +0200)
committer
Lothar Waßmann
<LW@KARO-electronics.de>
Fri, 21 Aug 2015 14:44:40 +0000
(16:44 +0200)
board/karo/tx28/spl_boot.c
patch
|
blob
|
history
diff --git
a/board/karo/tx28/spl_boot.c
b/board/karo/tx28/spl_boot.c
index
a423a4d
..
41367c2
100644
(file)
--- 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);
}
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();
}
tx28_stk5_lcd_init();
tx28_stk5_led_on();
}