diff options
| -rw-r--r-- | conf/machine/include/qoriq-arm64.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/qoriq-arm64.inc b/conf/machine/include/qoriq-arm64.inc index e8d99a6e5..73a7cdcfd 100644 --- a/conf/machine/include/qoriq-arm64.inc +++ b/conf/machine/include/qoriq-arm64.inc | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | KERNEL_IMAGETYPE ?= "Image" | 3 | KERNEL_IMAGETYPE ?= "Image" |
| 4 | 4 | ||
| 5 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" | 5 | SERIAL_CONSOLES ??= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" |
| 6 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | 6 | SERIAL_CONSOLES_CHECK ??= "${SERIAL_CONSOLES}" |
| 7 | 7 | ||
| 8 | MACHINEOVERRIDES =. "qoriq-arm64:" | 8 | MACHINEOVERRIDES =. "qoriq-arm64:" |
| 9 | 9 | ||
