]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
OMAP: common: consolidate fake USB ethernet MAC address creation
authorNishanth Menon <nm@ti.com>
Fri, 28 Mar 2014 16:00:04 +0000 (11:00 -0500)
committerTom Rini <trini@ti.com>
Thu, 17 Apr 2014 18:39:54 +0000 (14:39 -0400)
TI platforms such as OMAP5uevm, PandaBoard, use equivalent
logic to generate fake USB MAC address from device unique DIE ID.

Consolidate this to a generic location such that other TI platforms such
as BeagleBoard-XM can also use the same.

NOTE: at this point in time, I dont yet see a need for a generic dummy
ethernet MAC address creation function, but if there is a need in the
future, this can be further abstracted out.

Signed-off-by: Nishanth Menon <nm@ti.com>

No differences found