diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2017-04-20 12:22:49 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-04-20 12:24:51 +0100 |
commit | f95491903a8a27ce29337118f85e2c838ca80c59 (patch) | |
tree | 0a670f8cdb834033c90791e824a366d462d759ee | |
parent | 039a1d7f2adc9e9025043be9d79b17df7b9d4a3f (diff) | |
download | meta-raspberrypi-f95491903a8a27ce29337118f85e2c838ca80c59.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.conf | 2 |
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" | |||
7 | require conf/machine/include/tune-arm1176jzf-s.inc | 7 | require conf/machine/include/tune-arm1176jzf-s.inc |
8 | include conf/machine/include/rpi-base.inc | 8 | include conf/machine/include/rpi-base.inc |
9 | 9 | ||
10 | SERIAL_CONSOLE = "115200 ttyAMA0" | 10 | SERIAL_CONSOLE ?= "115200 ttyAMA0" |
11 | 11 | ||
12 | UBOOT_MACHINE = "rpi_config" | 12 | UBOOT_MACHINE = "rpi_config" |
13 | VC4_CMA_SIZE_raspberrypi ?= "cma-64" | 13 | VC4_CMA_SIZE_raspberrypi ?= "cma-64" |