load board's mac address on Compex devices

SVN-Revision: 12302
This commit is contained in:
Gabor Juhos
2008-08-13 19:52:25 +00:00
parent 2e71a90347
commit a45f225e73
3 changed files with 27 additions and 1 deletions

View File

@@ -170,6 +170,7 @@ struct myloader_info {
u32 did;
u32 svid;
u32 sdid;
uint8_t macs[MYLO_ETHADDR_COUNT][6];
};
extern struct myloader_info myloader_info;