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

SVN-Revision: 10590
This commit is contained in:
Matteo Croce 2008-03-11 17:39:54 +00:00
parent f89eeb69b5
commit 5ef201120c

View file

@ -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)
{