board/raspberrypi: use kernel Bluetooth mode
authorJohn Keeping <john@metanate.com>
Wed, 14 Jul 2021 14:51:32 +0000 (15:51 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 20 Jul 2021 19:53:50 +0000 (21:53 +0200)
commit5352a7710250e96ff99c11830af697101de3839e
tree489545a2a21af05e8b8209e951b8666e63e43750
parentf94347880701fb4fa8ffa844ff9ac683f2f8f4e4
board/raspberrypi: use kernel Bluetooth mode

The default setting with miniuart-bt requires hciattach which is a
deprecated utility in BlueZ.  Setting the krnbt parameter switches to
the modern method of using serdev in the kernel removing the need for
any userspace configuration to enable the Bluetooth controller.

This is documented as applying to all Raspberry Pi variants so just
enable it globally.

Signed-off-by: John Keeping <john@metanate.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
board/raspberrypi/post-image.sh