summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2017-04-20 18:16:35 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2017-04-20 18:16:35 +0100
commit8b433e41f61e6b35f3c8f8a7544ad4635fb9e967 (patch)
treeda503d69c7dfaccca461d612bd922ce2d5a4d081
parentf95491903a8a27ce29337118f85e2c838ca80c59 (diff)
downloadmeta-raspberrypi-8b433e41f61e6b35f3c8f8a7544ad4635fb9e967.tar.gz
raspberrypi2.conf: Make SERIAL_CONSOLE overwritable
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--conf/machine/raspberrypi2.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi2.conf b/conf/machine/raspberrypi2.conf
index 9b4c02a..a17289c 100644
--- a/conf/machine/raspberrypi2.conf
+++ b/conf/machine/raspberrypi2.conf
@@ -7,7 +7,7 @@ DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4"
7require conf/machine/include/tune-cortexa7.inc 7require conf/machine/include/tune-cortexa7.inc
8include conf/machine/include/rpi-base.inc 8include conf/machine/include/rpi-base.inc
9 9
10SERIAL_CONSOLE = "115200 ttyAMA0" 10SERIAL_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"