diff options
| author | Nishanth Menon <[email protected]> | 2014-03-28 11:00:06 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-04-17 14:39:54 -0400 |
| commit | 548a64d84561b109d45348afb4c854fd671eeedd (patch) | |
| tree | c85a1354881ac76512522cf51411dac7cf391799 /arch | |
| parent | 79e7e87f9156c9e89c4c11b1dd2edbbb26757f31 (diff) | |
OMAP3: beagle-xm: generate fake USB ethernet MAC address from dieid
Similar to OMAP5uEVM, PandaBoard, BeagleBoard-XM has a USB based
ethernet without MAC address embedded. So fake a MAC address following
the similar strategy used on OMAP5 and PandaBoard family.
Signed-off-by: Nishanth Menon <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/include/asm/arch-omap3/sys_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap3/sys_proto.h b/arch/arm/include/asm/arch-omap3/sys_proto.h index 75bf314fb73..5866bf23e8d 100644 --- a/arch/arm/include/asm/arch-omap3/sys_proto.h +++ b/arch/arm/include/asm/arch-omap3/sys_proto.h @@ -8,6 +8,7 @@ #ifndef _SYS_PROTO_H_ #define _SYS_PROTO_H_ #include <linux/mtd/omap_gpmc.h> +#include <asm/omap_common.h> typedef struct { u32 mtype; |
