
10 Sep
2015
10 Sep
'15
12:28 p.m.
board_mxsfb_system_setup shoule be named mxsfb_system_setup.
Signed-off-by: Peng Fan Peng.Fan@freescale.com Cc: Marek Vasut marek.vasut@gmail.com Cc: Stefano Babic sbabic@denx.de --- board/sandisk/sansa_fuze_plus/sfp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/sandisk/sansa_fuze_plus/sfp.c b/board/sandisk/sansa_fuze_plus/sfp.c index a3865ad..8d1a797 100644 --- a/board/sandisk/sansa_fuze_plus/sfp.c +++ b/board/sandisk/sansa_fuze_plus/sfp.c @@ -311,7 +311,7 @@ static const struct { { 0x07, 0 , 0x0173 }, };
-void board_mxsfb_system_setup(void) +void mxsfb_system_setup(void) { struct mxs_lcdif_regs *regs = (struct mxs_lcdif_regs *)MXS_LCDIF_BASE; uint32_t id;
--
1.8.4