db410: alter WLAN/BT MAC address fixup
authorRamon Fried <ramon.fried@gmail.com>
Fri, 3 Aug 2018 13:25:37 +0000 (16:25 +0300)
committerTom Rini <trini@konsulko.com>
Mon, 13 Aug 2018 18:04:04 +0000 (14:04 -0400)
commitff06dc24032599c015d70b84a9ff9e6e7b80c6c3
treefdc83a8a33ab846c27c66d67a0f50cf1b5280718
parente0b04a15250a4aff28f1ab34812e9449098fa978
db410: alter WLAN/BT MAC address fixup

Change the way MAC address fixup is done:
1. Stop using LK handed device-tree and calculate
   the MAC address our own.
2. Allow overriding the generated MACS with environment variables:
   "wlanaddr" and  "btaddr".

Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
board/qualcomm/dragonboard410c/dragonboard410c.c