diff options
author | Tom Rini <trini@ti.com> | 2014-02-04 10:22:23 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-02-04 11:51:20 -0500 |
commit | b66af14dc9d0bb3b962e09b2d000f228e2d5b039 (patch) | |
tree | 74cc58551075570603e2ad02ad7eb1cec63d7181 /include/configs/T1040QDS.h | |
parent | c61d94d86035ab2165aedf208b8f3c768b277a3d (diff) | |
parent | 1b4175d6fa12b8012c119889ad5cc1e65c3cf6ba (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'include/configs/T1040QDS.h')
-rw-r--r-- | include/configs/T1040QDS.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/configs/T1040QDS.h b/include/configs/T1040QDS.h index 8234a828dd..75ea125f53 100644 --- a/include/configs/T1040QDS.h +++ b/include/configs/T1040QDS.h @@ -611,9 +611,8 @@ unsigned long get_board_ddr_clk(void); #endif #ifdef CONFIG_FMAN_ENET -#define CONFIG_SYS_FM1_DTSEC5_PHY_ADDR 0x10 -#define CONFIG_SYS_FM1_DTSEC6_PHY_ADDR 0x11 -#define CONFIG_SYS_FM1_10GEC1_PHY_ADDR 4 +#define CONFIG_SYS_FM1_DTSEC4_PHY_ADDR 0x01 +#define CONFIG_SYS_FM1_DTSEC5_PHY_ADDR 0x02 #define CONFIG_SYS_FM1_DTSEC1_RISER_PHY_ADDR 0x1c #define CONFIG_SYS_FM1_DTSEC2_RISER_PHY_ADDR 0x1d |