From 4e0062baa6c9be1c9ec3061e8888421406596912 Mon Sep 17 00:00:00 2001 From: Markus Niebel Date: Wed, 6 Apr 2022 11:46:03 +0200 Subject: qoriq-arm64.inc: use weak defaults When maintaining a hardware support layer for a SOM there will be different mainboards and BSP for this SOM. Depending on the use case there may be different needs for a console UART. When providing a valid weak default in meta-freescale a machine definition can override this easier as well as a BSP for a specific mainboard. Signed-off-by: Markus Niebel (cherry picked from commit 9d5c49f8c604f117da0995f8946ff04c17caada9) --- conf/machine/include/qoriq-arm64.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/include/qoriq-arm64.inc b/conf/machine/include/qoriq-arm64.inc index e8d99a6e..73a7cdcf 100644 --- a/conf/machine/include/qoriq-arm64.inc +++ b/conf/machine/include/qoriq-arm64.inc @@ -2,8 +2,8 @@ KERNEL_IMAGETYPE ?= "Image" -SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" -SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" +SERIAL_CONSOLES ??= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" +SERIAL_CONSOLES_CHECK ??= "${SERIAL_CONSOLES}" MACHINEOVERRIDES =. "qoriq-arm64:" -- cgit v1.2.3-54-g00ecf