summaryrefslogtreecommitdiff
authorTellen Yu <tellen.yu@amlogic.com>2019-07-23 06:53:49 (GMT)
committer Gerrit Code Review <gituser@droid04>2019-07-23 06:53:49 (GMT)
commitb4e7cd61b89350000fe5f752fedd75a05a9687ae (patch)
tree942b8fcf8ecb84236c96cc3e379e53197ce406b9
parent08adf7b9c929e2f8adc27de453c6d3b19b91ede6 (diff)
parentc0137e7f58845e411087e499b0ae83766cb22b06 (diff)
downloaduboot-b4e7cd61b89350000fe5f752fedd75a05a9687ae.zip
uboot-b4e7cd61b89350000fe5f752fedd75a05a9687ae.tar.gz
uboot-b4e7cd61b89350000fe5f752fedd75a05a9687ae.tar.bz2
Merge "Sabrina: apply custom wifi/bt mac [1/5]" into p-tv-openlinux-nov
Diffstat
-rw-r--r--board/amlogic/configs/sm1_sabrina_v1.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/amlogic/configs/sm1_sabrina_v1.h b/board/amlogic/configs/sm1_sabrina_v1.h
index 725539a..31ca6a4 100644
--- a/board/amlogic/configs/sm1_sabrina_v1.h
+++ b/board/amlogic/configs/sm1_sabrina_v1.h
@@ -279,6 +279,12 @@
"if keyman read mac ${loadaddr} str; then "\
"setenv bootargs ${bootargs} mac=${mac} androidboot.mac=${mac};"\
"fi;"\
+ "if keyman read mac_wifi ${loadaddr} str; then "\
+ "setenv bootargs ${bootargs} mac_wifi=${mac_wifi} androidboot.mac_wifi=${mac_wifi};"\
+ "fi;"\
+ "if keyman read mac_bt ${loadaddr} str; then "\
+ "setenv bootargs ${bootargs} mac_bt=${mac_bt} androidboot.mac_bt=${mac_bt};"\
+ "fi;"\
"if keyman read deviceid ${loadaddr} str; then "\
"setenv bootargs ${bootargs} androidboot.deviceid=${deviceid};"\
"fi;"\