Skip to content
Snippets Groups Projects
Commit b6f84356 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Adjust TQM834x PHY addresses for latest hardware revision.

parent d00de23b
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
Changes for U-Boot 1.1.4: Changes for U-Boot 1.1.4:
====================================================================== ======================================================================
* Adjust TQM834x PHY addresses for latest hardware revision.
* Increase malloc arena on TQM5200 board to 256 kB. * Increase malloc arena on TQM5200 board to 256 kB.
With 64 kb uniform flash sector size the old value of 128 kB was With 64 kb uniform flash sector size the old value of 128 kB was
too small. too small.
......
...@@ -249,7 +249,7 @@ extern int tqm834x_num_flash_banks; ...@@ -249,7 +249,7 @@ extern int tqm834x_num_flash_banks;
#define CONFIG_MPC83XX_TSEC1_NAME "TSEC0" #define CONFIG_MPC83XX_TSEC1_NAME "TSEC0"
#define CONFIG_MPC83XX_TSEC2 1 #define CONFIG_MPC83XX_TSEC2 1
#define CONFIG_MPC83XX_TSEC2_NAME "TSEC1" #define CONFIG_MPC83XX_TSEC2_NAME "TSEC1"
#define TSEC1_PHY_ADDR 0 #define TSEC1_PHY_ADDR 2
#define TSEC2_PHY_ADDR 1 #define TSEC2_PHY_ADDR 1
#define TSEC1_PHYIDX 0 #define TSEC1_PHYIDX 0
#define TSEC2_PHYIDX 0 #define TSEC2_PHYIDX 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment