11 lines
263 B
PHP
11 lines
263 B
PHP
|
|
# Provides the common settings for QorIQ PPC
|
||
|
|
|
||
|
|
KERNEL_IMAGETYPE ?= "uImage"
|
||
|
|
|
||
|
|
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
|
||
|
|
SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
|
||
|
|
|
||
|
|
MACHINEOVERRIDES =. "qoriq-ppc:"
|
||
|
|
|
||
|
|
require conf/machine/include/qoriq-base.inc
|