diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2017-04-20 18:16:35 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-04-21 17:00:02 +0100 |
commit | b05e5e32a4b1997e3c736609d83562da31ab4fa1 (patch) | |
tree | 57cf9981aaa252ceca2a70f29c6b4e3f6f67edce | |
parent | e8682225ef87c49903f5adb7eb5b66135bf98888 (diff) | |
download | meta-raspberrypi-b05e5e32a4b1997e3c736609d83562da31ab4fa1.tar.gz |
raspberrypi2.conf: Make SERIAL_CONSOLE overwritable
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | conf/machine/raspberrypi2.conf | 2 |
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" | |||
7 | require conf/machine/include/tune-cortexa7.inc | 7 | require conf/machine/include/tune-cortexa7.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_2_config" | 12 | UBOOT_MACHINE = "rpi_2_config" |
13 | VC4_CMA_SIZE ?= "cma-256" | 13 | VC4_CMA_SIZE ?= "cma-256" |