summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2017-04-20 12:22:49 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2017-04-20 12:22:49 +0100
commite8682225ef87c49903f5adb7eb5b66135bf98888 (patch)
treea860e47c2fba991f8cc8db2f2d2df87227c1061d
parent7d064961c22b86547d4ff6fe62ca2d403b572f5b (diff)
downloadmeta-raspberrypi-e8682225ef87c49903f5adb7eb5b66135bf98888.tar.gz
raspberrypi.conf: Have the ability to overwrite SERIAL_CONSOLE
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--conf/machine/raspberrypi.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf
index ad3b061..ddd3801 100644
--- a/conf/machine/raspberrypi.conf
+++ b/conf/machine/raspberrypi.conf
@@ -7,7 +7,7 @@ DEFAULTTUNE ?= "arm1176jzfshf"
7require conf/machine/include/tune-arm1176jzf-s.inc 7require conf/machine/include/tune-arm1176jzf-s.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_config" 12UBOOT_MACHINE = "rpi_config"
13VC4_CMA_SIZE_raspberrypi ?= "cma-64" 13VC4_CMA_SIZE_raspberrypi ?= "cma-64"