ccardimx28js removal: remove platform reference from bluez4 bootscript
https://jira.digi.com/browse/DEL-4771 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
be58e0c849
commit
bb72455cd8
|
|
@ -25,9 +25,7 @@ SCRIPTNAME="$(basename "${0}")"
|
|||
MACHINENAME="$(cat /proc/device-tree/digi,machine,name 2>/dev/null)"
|
||||
|
||||
bt_init() {
|
||||
if [ "${MACHINENAME}" = "ccardimx28" ]; then
|
||||
BT_PWR_GPIO_NR="21"
|
||||
elif [ "${MACHINENAME}" = "ccimx6sbc" ]; then
|
||||
if [ "${MACHINENAME}" = "ccimx6sbc" ]; then
|
||||
BT_PWR_GPIO_NR="244"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue