projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a8d9fd
)
board: fsl: lx2160a: Fix the typo in board_fix_fdt
author
Pankaj Bansal
<pankaj.bansal@nxp.com>
Wed, 20 Nov 2019 09:12:47 +0000
(09:12 +0000)
committer
Priyanka Jain
<priyanka.jain@nxp.com>
Fri, 29 Nov 2019 05:08:12 +0000
(10:38 +0530)
Fix a typo that caused incorrect reg-name for pcie node in lx2160a rev2.
Fixes:
5d535aa40b
("board: fsl: lx2160a: implement board_fix_fdt")
Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
board/freescale/lx2160a/lx2160a.c
patch
|
blob
|
history
diff --git
a/board/freescale/lx2160a/lx2160a.c
b/board/freescale/lx2160a/lx2160a.c
index eff12747b411d061032c98535e381d8ff6f6d519..e5b7fec9a4f634ce000159e6d4757a130d73090e 100644
(file)
--- a/
board/freescale/lx2160a/lx2160a.c
+++ b/
board/freescale/lx2160a/lx2160a.c
@@
-128,7
+128,7
@@
int board_fix_fdt(void *fdt)
char *old_str;
char *new_str;
} reg_names_map[] = {
- { "ccsr", "d
ip
" },
+ { "ccsr", "d
bi
" },
{ "pf_ctrl", "ctrl" }
};
int off = -1, i;