]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
xfi3: correct function name
authorPeng Fan <Peng.Fan@freescale.com>
Thu, 29 Oct 2015 07:54:40 +0000 (15:54 +0800)
committerStefano Babic <sbabic@denx.de>
Thu, 12 Nov 2015 16:38:08 +0000 (17:38 +0100)
board_mxsfb_system_setup must be renamed 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/creative/xfi3/xfi3.c

index 1d83ea89aa5c99ed22b3a82bf3e43b0fe382d5e3..509c671cda757669d4877ed017f9120901d4e103 100644 (file)
@@ -163,7 +163,7 @@ static const struct {
        { 0x21, 0,  0x0000 },
 };
 
-void board_mxsfb_system_setup(void)
+void mxsfb_system_setup(void)
 {
        struct mxs_lcdif_regs *regs = (struct mxs_lcdif_regs *)MXS_LCDIF_BASE;
        int i;