diff options
author | Tom Rini <trini@konsulko.com> | 2019-12-02 10:53:34 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-02 10:53:34 -0500 |
commit | 357040645f9f56b33909520483df9f840be7e181 (patch) | |
tree | 79cc7f6b5d57750b3e2d81ae7e9e7aefc897abcd /board/freescale | |
parent | 1f3813c2ab093334e714b2dc7172fe0b112c18b6 (diff) | |
parent | 873d00a3fb066933f40341220fa65414cf2a1416 (diff) | |
download | u-boot-357040645f9f56b33909520483df9f840be7e181.tar.gz |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/02Dec2019
- fsl-qoriq : Minor bug fixes and updates on lx2160a, ls1028a, ls1012a,
ls1043aqds platforms
Diffstat (limited to 'board/freescale')
-rw-r--r-- | board/freescale/lx2160a/lx2160a.c | 2 |
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; |