diff options
author | Madalin Bucur <madalin.bucur@oss.nxp.com> | 2020-04-30 15:59:58 +0300 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2020-06-03 12:14:28 +0530 |
commit | 564637a3605b02eacfd6421c717742be19eb4015 (patch) | |
tree | ce8104ebed16c7ea0f89190a8674f950015f48dc /board/freescale/p2041rdb/p2041rdb.c | |
parent | 3374264df97b23d6023be27f1301421be2e42c13 (diff) | |
download | u-boot-564637a3605b02eacfd6421c717742be19eb4015.tar.gz |
board/freescale: add the DM_ETH changes for the PPC DPAA platforms
Add the required changes for compiling with DM_ETH on the PPC
DPAA platforms.
Signed-off-by: Madalin Bucur <madalin.bucur@oss.nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'board/freescale/p2041rdb/p2041rdb.c')
-rw-r--r-- | board/freescale/p2041rdb/p2041rdb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/p2041rdb/p2041rdb.c b/board/freescale/p2041rdb/p2041rdb.c index 076e63a357..4d0ac908a5 100644 --- a/board/freescale/p2041rdb/p2041rdb.c +++ b/board/freescale/p2041rdb/p2041rdb.c @@ -237,8 +237,10 @@ int ft_board_setup(void *blob, bd_t *bd) fdt_fixup_liodn(blob); #ifdef CONFIG_SYS_DPAA_FMAN +#ifndef CONFIG_DM_ETH fdt_fixup_fman_ethernet(blob); #endif +#endif return 0; } |