Patrick Williams | 8b8bc41 | 2016-08-17 15:02:23 -0500 | [diff] [blame] | 1 | #@TYPE: Machine |
2 | #@NAME: RaspberryPi Zero Development Board | ||||
3 | #@DESCRIPTION: Machine configuration for the RaspberryPi Zero board (https://www.raspberrypi.org/blog/raspberry-pi-zero) | ||||
4 | |||||
5 | MACHINEOVERRIDES = "raspberrypi:${MACHINE}" | ||||
6 | include conf/machine/raspberrypi.conf | ||||
7 | |||||
8 | SERIAL_CONSOLE = "115200 ttyAMA0" | ||||
Patrick Williams | b2e6a9b | 2017-02-23 20:31:26 -0600 | [diff] [blame] | 9 | VC4_CMA_SIZE ?= "cma-128" |