diff options
author | Markus Niebel <Markus.Niebel@ew.tq-group.com> | 2022-04-06 11:46:03 +0200 |
---|---|---|
committer | Markus Niebel <Markus.Niebel@ew.tq-group.com> | 2022-04-06 11:46:03 +0200 |
commit | 9d5c49f8c604f117da0995f8946ff04c17caada9 (patch) | |
tree | a593945e10e5405d4363ab8e19302aceca26027f /conf | |
parent | 4d3ab7284a98fc0b3e3915e5ac21fc56828e95fa (diff) | |
download | meta-freescale-9d5c49f8c604f117da0995f8946ff04c17caada9.tar.gz |
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 <Markus.Niebel@ew.tq-group.com>
Diffstat (limited to 'conf')
-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 e8d99a6e..73a7cdcf 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 | ||