blob: 505c6f2ff1b1fdad79b4ef56283d5a86c131418b [file] [log] [blame]
Patrick Williams8b8bc412016-08-17 15:02:23 -05001#@TYPE: Machine
2#@NAME: RaspberryPi 2 Development Board
3#@DESCRIPTION: Machine configuration for the RaspberryPi 2
4
5DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4"
6
7require conf/machine/include/tune-cortexa7.inc
8include conf/machine/include/rpi-base.inc
9
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010SERIAL_CONSOLES ?= "115200;ttyAMA0"
Patrick Williams8b8bc412016-08-17 15:02:23 -050011
12UBOOT_MACHINE = "rpi_2_config"
Brad Bishop26bdd442019-08-16 17:08:17 -040013
14ARMSTUB ?= "armstub7.bin"