blob: ddd380161682e3f305cd958429c2845e13328000 [file] [log] [blame]
Patrick Williams8b8bc412016-08-17 15:02:23 -05001#@TYPE: Machine
2#@NAME: RaspberryPi Development Board
3#@DESCRIPTION: Machine configuration for the RaspberryPi http://www.raspberrypi.org/ Board
4
5DEFAULTTUNE ?= "arm1176jzfshf"
6
7require conf/machine/include/tune-arm1176jzf-s.inc
8include conf/machine/include/rpi-base.inc
9
Brad Bishop3a5fbf52017-12-04 02:17:07 -050010SERIAL_CONSOLE ?= "115200 ttyAMA0"
Patrick Williams8b8bc412016-08-17 15:02:23 -050011
12UBOOT_MACHINE = "rpi_config"
Patrick Williamsb2e6a9b2017-02-23 20:31:26 -060013VC4_CMA_SIZE_raspberrypi ?= "cma-64"