diff options
| -rw-r--r-- | conf/machine/include/qoriq-ppc.inc | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/conf/machine/include/qoriq-ppc.inc b/conf/machine/include/qoriq-ppc.inc new file mode 100644 index 000000000..b40e1489c --- /dev/null +++ b/conf/machine/include/qoriq-ppc.inc | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | # Provides the common settings for QorIQ PPC | ||
| 2 | |||
| 3 | KERNEL_IMAGETYPE ?= "uImage" | ||
| 4 | |||
| 5 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
| 6 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | ||
| 7 | |||
| 8 | MACHINEOVERRIDES =. "qoriq-ppc:" | ||
| 9 | |||
| 10 | require conf/machine/include/qoriq-base.inc | ||
