Skip to content
Snippets Groups Projects
Commit 5ef20112 authored by Matteo Croce's avatar Matteo Croce
Browse files

ar7-atm: patch was against an older tarball, fixear7-atm: patch was against an...

ar7-atm: patch was against an older tarball, fixear7-atm: patch was against an older tarball, fixedd

SVN-Revision: 10590
parent f89eeb69
No related branches found
No related tags found
No related merge requests found
......@@ -164,8 +164,8 @@ diff -urN sangam_atm-07.02.01.00/tn7atm.c sangam_atm-07.02.01.00.mod/tn7atm.c
char esi_addr[ESI_LEN] = { 0x00, 0x00, 0x11, 0x22, 0x33, 0x44 };
char *esiaddr_str = NULL;
- esiaddr_str = prom_getenv ("macc");
+ esiaddr_str = mp_macc ? mp_macc : prom_getenv ("macc");
- esiaddr_str = prom_getenv ("maca");
+ esiaddr_str = mp_macc ? mp_macc : prom_getenv ("maca");
if (!esiaddr_str)
{
......
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