aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/include/rockchip.inc2
-rw-r--r--conf/machine/rk3188-radxarock.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/rockchip.inc b/conf/machine/include/rockchip.inc
index 9d1e0cf..de3fea7 100644
--- a/conf/machine/include/rockchip.inc
+++ b/conf/machine/include/rockchip.inc
@@ -19,5 +19,5 @@ KERNEL_IMAGETYPE = "zImage"
IMAGE_CLASSES += "rockchip-update-img"
IMAGE_FSTYPES += "ext4 rockchip-update-img"
-SERIAL_CONSOLES = "115200;ttyFIQ0"
+SERIAL_CONSOLES ?= "115200;ttyFIQ0"
diff --git a/conf/machine/rk3188-radxarock.conf b/conf/machine/rk3188-radxarock.conf
index dd0b892..7b2032b 100644
--- a/conf/machine/rk3188-radxarock.conf
+++ b/conf/machine/rk3188-radxarock.conf
@@ -10,5 +10,5 @@
require conf/machine/include/rockchip.inc
PREFERRED_PROVIDER_virtual/kernel = "linux"
-SERIAL_CONSOLES = "115200;ttyS2"
+SERIAL_CONSOLES ?= "115200;ttyS2"
KERNEL_DEVICETREE = "rk3188-radxarock.dtb"