[U-Boot] [PATCH 02/11] sandisk: sfp: correct function name

Peng Fan Peng.Fan at freescale.com
Thu Sep 10 12:28:59 CEST 2015


board_mxsfb_system_setup shoule be named mxsfb_system_setup.

Signed-off-by: Peng Fan <Peng.Fan at freescale.com>
Cc: Marek Vasut <marek.vasut at gmail.com>
Cc: Stefano Babic <sbabic at 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




More information about the U-Boot mailing list