mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 15:56:57 +00:00
0d641c8fa9
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
15 lines
364 B
Plaintext
15 lines
364 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: RaspberryPi Development Board
|
|
#@DESCRIPTION: Machine configuration for the RaspberryPi http://www.raspberrypi.org/ Board
|
|
|
|
DEFAULTTUNE ?= "arm1176jzfshf"
|
|
|
|
require conf/machine/include/tune-arm1176jzf-s.inc
|
|
include conf/machine/include/rpi-base.inc
|
|
|
|
SERIAL_CONSOLES ?= "115200;ttyAMA0"
|
|
|
|
UBOOT_MACHINE = "rpi_config"
|
|
|
|
ARMSTUB ?= "armstub.bin"
|