summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/include/qoriq-arm.inc8
-rw-r--r--conf/machine/include/qoriq-arm64.inc4
2 files changed, 7 insertions, 5 deletions
diff --git a/conf/machine/include/qoriq-arm.inc b/conf/machine/include/qoriq-arm.inc
index cd6470ca..89e9c4c0 100644
--- a/conf/machine/include/qoriq-arm.inc
+++ b/conf/machine/include/qoriq-arm.inc
@@ -1,9 +1,11 @@
1# Provides the common settings for QorIQ ARM 1# Provides the common settings for QorIQ ARM
2 2
3KERNEL_IMAGETYPE ??= "uImage" 3# default assignment to override defaults from kernel.bbclass
4# should be assigned by machine if other type needed
5KERNEL_IMAGETYPE ?= "uImage"
4 6
5SERIAL_CONSOLES ??= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0" 7SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0"
6SERIAL_CONSOLES_CHECK ??= "${SERIAL_CONSOLES}" 8SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
7 9
8MACHINEOVERRIDES =. "qoriq-arm:" 10MACHINEOVERRIDES =. "qoriq-arm:"
9 11
diff --git a/conf/machine/include/qoriq-arm64.inc b/conf/machine/include/qoriq-arm64.inc
index 73a7cdcf..e8d99a6e 100644
--- a/conf/machine/include/qoriq-arm64.inc
+++ b/conf/machine/include/qoriq-arm64.inc
@@ -2,8 +2,8 @@
2 2
3KERNEL_IMAGETYPE ?= "Image" 3KERNEL_IMAGETYPE ?= "Image"
4 4
5SERIAL_CONSOLES ??= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" 5SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0"
6SERIAL_CONSOLES_CHECK ??= "${SERIAL_CONSOLES}" 6SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
7 7
8MACHINEOVERRIDES =. "qoriq-arm64:" 8MACHINEOVERRIDES =. "qoriq-arm64:"
9 9