summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/qoriq-arm64.inc
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-07-16 00:31:26 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-07-22 11:32:36 -0300
commit922f847431ca21be2300a14ecaff514a7f3c9b81 (patch)
tree060cf465d323c81847f032406b6a7328119502af /conf/machine/include/qoriq-arm64.inc
parentf9cbcd440b8856d07d7bfd9d4a2df7c6a41fbc57 (diff)
downloadmeta-freescale-922f847431ca21be2300a14ecaff514a7f3c9b81.tar.gz
qoriq-arm64.inc: add
move KERNEL_IMAGETYPE setting from qoriq-base.inc as qoriq-arm64 has a different value. Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/include/qoriq-arm64.inc')
-rw-r--r--conf/machine/include/qoriq-arm64.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/machine/include/qoriq-arm64.inc b/conf/machine/include/qoriq-arm64.inc
new file mode 100644
index 00000000..e8d99a6e
--- /dev/null
+++ b/conf/machine/include/qoriq-arm64.inc
@@ -0,0 +1,10 @@
1# Provides the QorIQ common settings for ARM64
2
3KERNEL_IMAGETYPE ?= "Image"
4
5SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0"
6SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
7
8MACHINEOVERRIDES =. "qoriq-arm64:"
9
10require conf/machine/include/qoriq-base.inc