Skip to content
Snippets Groups Projects
Commit 58a5c43c authored by Tom Rini's avatar Tom Rini
Browse files

Merge branch 'master' of git://git.denx.de/u-boot-74xx-7xx

parents 1b9591c2 b8bfde7f
No related branches found
No related tags found
No related merge requests found
......@@ -207,9 +207,14 @@ int misc_init_r (void)
buf[4] = eerev.etheraddr[5];
buf[5] = eerev.etheraddr[4];
*(unsigned short *) &buf[20] = 0x48B2;
*(unsigned short *) &buf[22] = 0x0004;
*(unsigned short *) &buf[24] = 0x1433;
buf[20] = 0x48;
buf[21] = 0xB2;
buf[22] = 0x00;
buf[23] = 0x04;
buf[24] = 0x14;
buf[25] = 0x33;
printf ("\nSRom: Writing i82559 info ........ ");
if (eepro100_srom_store ((unsigned short *) buf) == -1)
......
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