From e2beb872f7aea055114073218650a1c6234a1cff Mon Sep 17 00:00:00 2001 From: Jorge Ramirez-Ortiz Date: Wed, 10 Jan 2018 11:34:35 +0100 Subject: db410c: update wlan and bt mac addresses from firmware The firmware that runs before u-boot modifies u-boot's device tree adding the local-mac-address and local-bd-address properties for the compatibles "qcom,wcnss-bt" and "qcom,wcnss-wlan". This commit reads that firmware, retrieves the properties and fixups the device tree that is passed to the kernel before booting. Signed-off-by: Jorge Ramirez-Ortiz --- configs/dragonboard410c_defconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs/dragonboard410c_defconfig') diff --git a/configs/dragonboard410c_defconfig b/configs/dragonboard410c_defconfig index b71bff7592..cfe9be97f3 100644 --- a/configs/dragonboard410c_defconfig +++ b/configs/dragonboard410c_defconfig @@ -44,3 +44,6 @@ CONFIG_USB_ETHER_ASIX88179=y CONFIG_USB_ETHER_MCS7830=y CONFIG_USB_ETHER_SMSC95XX=y CONFIG_OF_LIBFDT_OVERLAY=y +CONFIG_OF_CONTROL=y +CONFIG_ENV_IS_IN_MMC=y +CONFIG_OF_BOARD_SETUP=y -- cgit