Patrick Williams | 8b8bc41 | 2016-08-17 15:02:23 -0500 | [diff] [blame] | 1 | #@TYPE: Machine |
2 | #@NAME: RaspberryPi 3 Development Board | ||||
3 | #@DESCRIPTION: Machine configuration for the RaspberryPi 3 | ||||
4 | |||||
5 | MACHINEOVERRIDES = "raspberrypi2:${MACHINE}" | ||||
6 | |||||
7 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-brcm43430" | ||||
8 | |||||
9 | include conf/machine/raspberrypi2.conf | ||||
10 | |||||
11 | SERIAL_CONSOLE = "115200 ttyS0" |