summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/include/qoriq-ppc.inc10
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 00000000..b40e1489
--- /dev/null
+++ b/conf/machine/include/qoriq-ppc.inc
@@ -0,0 +1,10 @@
1# Provides the common settings for QorIQ PPC
2
3KERNEL_IMAGETYPE ?= "uImage"
4
5SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
6SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
7
8MACHINEOVERRIDES =. "qoriq-ppc:"
9
10require conf/machine/include/qoriq-base.inc