diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/qoriq-arm.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/qoriq-arm.inc b/conf/machine/include/qoriq-arm.inc index cd6470ca..6941d3a4 100644 --- a/conf/machine/include/qoriq-arm.inc +++ b/conf/machine/include/qoriq-arm.inc | |||
@@ -2,8 +2,8 @@ | |||
2 | 2 | ||
3 | KERNEL_IMAGETYPE ??= "uImage" | 3 | KERNEL_IMAGETYPE ??= "uImage" |
4 | 4 | ||
5 | SERIAL_CONSOLES ??= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0" | 5 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0" |
6 | SERIAL_CONSOLES_CHECK ??= "${SERIAL_CONSOLES}" | 6 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" |
7 | 7 | ||
8 | MACHINEOVERRIDES =. "qoriq-arm:" | 8 | MACHINEOVERRIDES =. "qoriq-arm:" |
9 | 9 | ||