diff options
author | Sriram Dash <sriram.dash@nxp.com> | 2016-09-16 17:12:15 +0530 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-09-27 23:30:27 +0200 |
commit | a5c289b9bca3805fa35e42f389dc8225c6b916be (patch) | |
tree | 5c992683a49707d6b4ea251bb436f07867e4e066 /board/freescale/t1040qds | |
parent | f7c81e287954fd9048d4419006e8314b7b7c46d0 (diff) | |
download | u-boot-a5c289b9bca3805fa35e42f389dc8225c6b916be.tar.gz u-boot-a5c289b9bca3805fa35e42f389dc8225c6b916be.tar.xz u-boot-a5c289b9bca3805fa35e42f389dc8225c6b916be.zip |
usb: fsl: Rename fdt_fixup_dr_usb
The function fdt_fixup_dr_usb is specific to fsl/nxp. So,
make the function name explicit and rename fdt_fixup_dr_usb
into fsl_fdt_fixup_dr_usb.
Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
Diffstat (limited to 'board/freescale/t1040qds')
-rw-r--r-- | board/freescale/t1040qds/t1040qds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/t1040qds/t1040qds.c b/board/freescale/t1040qds/t1040qds.c index d7d56b47c8..5466fbf5f6 100644 --- a/board/freescale/t1040qds/t1040qds.c +++ b/board/freescale/t1040qds/t1040qds.c @@ -257,7 +257,7 @@ int ft_board_setup(void *blob, bd_t *bd) fdt_fixup_liodn(blob); #ifdef CONFIG_HAS_FSL_DR_USB - fdt_fixup_dr_usb(blob, bd); + fsl_fdt_fixup_dr_usb(blob, bd); #endif #ifdef CONFIG_SYS_DPAA_FMAN |