diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-10-29 15:54:40 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-11-12 17:38:08 +0100 |
commit | d39c346cdd0d5d61ed8a685f4aa04117c368d486 (patch) | |
tree | 12c5223a82e3058102ec52dfb82b282cf179ee7c /board | |
parent | 95ae700044ee54c01ae7c5e52cd4a28f1aed4533 (diff) | |
download | u-boot-imx-d39c346cdd0d5d61ed8a685f4aa04117c368d486.zip u-boot-imx-d39c346cdd0d5d61ed8a685f4aa04117c368d486.tar.gz u-boot-imx-d39c346cdd0d5d61ed8a685f4aa04117c368d486.tar.bz2 |
xfi3: correct function name
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>
Diffstat (limited to 'board')
-rw-r--r-- | board/creative/xfi3/xfi3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/creative/xfi3/xfi3.c b/board/creative/xfi3/xfi3.c index 1d83ea8..509c671 100644 --- a/board/creative/xfi3/xfi3.c +++ b/board/creative/xfi3/xfi3.c @@ -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; |