]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit79ed0e21c48c5d481c9538474792dbfa1c62dcc7
treefdc83a8a33ab846c27c66d67a0f50cf1b5280718
parent15429dee30b918af26baba3023d87d2cb9164a58
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