blob: 3bd9e956e2cf9e13903acae595048f71c2f84f64 [file] [log] [blame]
Patrick Williams8b8bc412016-08-17 15:02:23 -05001#@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
5MACHINEOVERRIDES = "raspberrypi:${MACHINE}"
6include conf/machine/raspberrypi.conf
7
Brad Bishop6e60e8b2018-02-01 10:27:11 -05008SERIAL_CONSOLE ?= "115200 ttyAMA0"
Patrick Williamsb2e6a9b2017-02-23 20:31:26 -06009VC4_CMA_SIZE ?= "cma-128"