summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-12-02 10:53:34 -0500
committerTom Rini <trini@konsulko.com>2019-12-02 10:53:34 -0500
commit357040645f9f56b33909520483df9f840be7e181 (patch)
tree79cc7f6b5d57750b3e2d81ae7e9e7aefc897abcd /board
parent1f3813c2ab093334e714b2dc7172fe0b112c18b6 (diff)
parent873d00a3fb066933f40341220fa65414cf2a1416 (diff)
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
- fsl-qoriq : Minor bug fixes and updates on lx2160a, ls1028a, ls1012a, ls1043aqds platforms
Diffstat (limited to 'board')
-rw-r--r--board/freescale/lx2160a/lx2160a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/lx2160a/lx2160a.c b/board/freescale/lx2160a/lx2160a.c
index eff12747b4..e5b7fec9a4 100644
--- 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", "dip" },
+ { "ccsr", "dbi" },
{ "pf_ctrl", "ctrl" }
};
int off = -1, i;