summaryrefslogtreecommitdiffstats
path: root/meta-raspberrypi/conf/machine/raspberrypi2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-raspberrypi/conf/machine/raspberrypi2.conf')
-rw-r--r--meta-raspberrypi/conf/machine/raspberrypi2.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-raspberrypi/conf/machine/raspberrypi2.conf b/meta-raspberrypi/conf/machine/raspberrypi2.conf
new file mode 100644
index 000000000..a17289ce9
--- /dev/null
+++ b/meta-raspberrypi/conf/machine/raspberrypi2.conf
@@ -0,0 +1,13 @@
+#@TYPE: Machine
+#@NAME: RaspberryPi 2 Development Board
+#@DESCRIPTION: Machine configuration for the RaspberryPi 2
+
+DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4"
+
+require conf/machine/include/tune-cortexa7.inc
+include conf/machine/include/rpi-base.inc
+
+SERIAL_CONSOLE ?= "115200 ttyAMA0"
+
+UBOOT_MACHINE = "rpi_2_config"
+VC4_CMA_SIZE ?= "cma-256"
OpenPOWER on IntegriCloud