projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95ae700
)
xfi3: correct function name
author
Peng Fan
<Peng.Fan@freescale.com>
Thu, 29 Oct 2015 07:54:40 +0000
(15:54 +0800)
committer
Stefano 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
patch
|
blob
|
history
diff --git
a/board/creative/xfi3/xfi3.c
b/board/creative/xfi3/xfi3.c
index
1d83ea8
..
509c671
100644
(file)
--- 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;