diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2008-01-15 14:05:14 -0600 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2008-01-16 12:00:50 -0600 |
commit | 711a7946277d2e29af481011e8635e9975c54e45 (patch) | |
tree | ba267fa5c9c0d2a738488700b253f0e33e65381c /include/configs/MPC8360EMDS.h | |
parent | 363eea9ff7f19a2cba17f262bd17559f166e134e (diff) | |
download | u-boot-imx-711a7946277d2e29af481011e8635e9975c54e45.zip u-boot-imx-711a7946277d2e29af481011e8635e9975c54e45.tar.gz u-boot-imx-711a7946277d2e29af481011e8635e9975c54e45.tar.bz2 |
mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value
continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/MPC8360EMDS.h')
-rw-r--r-- | include/configs/MPC8360EMDS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC8360EMDS.h b/include/configs/MPC8360EMDS.h index 491bd4f..168ca2a 100644 --- a/include/configs/MPC8360EMDS.h +++ b/include/configs/MPC8360EMDS.h @@ -405,7 +405,7 @@ * QE UEC ethernet configuration */ #define CONFIG_UEC_ETH -#define CONFIG_ETHPRIME "Freescale GETH" +#define CONFIG_ETHPRIME "FSL UEC0" #define CONFIG_PHY_MODE_NEED_CHANGE #define CONFIG_UEC_ETH1 /* GETH1 */ |