summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2017-01-20 18:43:12 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2017-01-20 20:15:12 +0100
commit9d4b68dc77804de75d7b6a3aea07d6231306f7f2 (patch)
tree78c53699656c545aa9c9f0073cc61a55812969e1
parentf43dd79dcc2a1138748d6380fa491e49b8ae8f2e (diff)
downloadmeta-raspberrypi-9d4b68dc77804de75d7b6a3aea07d6231306f7f2.tar.gz
raspberrypi*.conf: Minor tweaks
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--conf/machine/raspberrypi.conf1
-rw-r--r--conf/machine/raspberrypi0.conf1
-rw-r--r--conf/machine/raspberrypi2.conf1
-rw-r--r--conf/machine/raspberrypi3.conf4
4 files changed, 1 insertions, 6 deletions
diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf
index df8194c..ad3b061 100644
--- a/conf/machine/raspberrypi.conf
+++ b/conf/machine/raspberrypi.conf
@@ -11,4 +11,3 @@ SERIAL_CONSOLE = "115200 ttyAMA0"
11 11
12UBOOT_MACHINE = "rpi_config" 12UBOOT_MACHINE = "rpi_config"
13VC4_CMA_SIZE_raspberrypi ?= "cma-64" 13VC4_CMA_SIZE_raspberrypi ?= "cma-64"
14
diff --git a/conf/machine/raspberrypi0.conf b/conf/machine/raspberrypi0.conf
index 0df9121..7c2b811 100644
--- a/conf/machine/raspberrypi0.conf
+++ b/conf/machine/raspberrypi0.conf
@@ -7,4 +7,3 @@ include conf/machine/raspberrypi.conf
7 7
8SERIAL_CONSOLE = "115200 ttyAMA0" 8SERIAL_CONSOLE = "115200 ttyAMA0"
9VC4_CMA_SIZE ?= "cma-128" 9VC4_CMA_SIZE ?= "cma-128"
10
diff --git a/conf/machine/raspberrypi2.conf b/conf/machine/raspberrypi2.conf
index 3f13dc0..9b4c02a 100644
--- a/conf/machine/raspberrypi2.conf
+++ b/conf/machine/raspberrypi2.conf
@@ -11,4 +11,3 @@ SERIAL_CONSOLE = "115200 ttyAMA0"
11 11
12UBOOT_MACHINE = "rpi_2_config" 12UBOOT_MACHINE = "rpi_2_config"
13VC4_CMA_SIZE ?= "cma-256" 13VC4_CMA_SIZE ?= "cma-256"
14
diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf
index 9820209..1ac5928 100644
--- a/conf/machine/raspberrypi3.conf
+++ b/conf/machine/raspberrypi3.conf
@@ -3,11 +3,9 @@
3#@DESCRIPTION: Machine configuration for the RaspberryPi 3 3#@DESCRIPTION: Machine configuration for the RaspberryPi 3
4 4
5MACHINEOVERRIDES = "raspberrypi2:${MACHINE}" 5MACHINEOVERRIDES = "raspberrypi2:${MACHINE}"
6include conf/machine/raspberrypi2.conf
6 7
7MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430" 8MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430"
8 9
9include conf/machine/raspberrypi2.conf
10
11SERIAL_CONSOLE = "115200 ttyS0" 10SERIAL_CONSOLE = "115200 ttyS0"
12VC4_CMA_SIZE ?= "cma-256" 11VC4_CMA_SIZE ?= "cma-256"
13