summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/qoriq-arm.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-arm.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-arm.inc')
-rw-r--r--conf/machine/include/qoriq-arm.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/include/qoriq-arm.inc b/conf/machine/include/qoriq-arm.inc
index cc314925..eb03af43 100644
--- a/conf/machine/include/qoriq-arm.inc
+++ b/conf/machine/include/qoriq-arm.inc
@@ -1,5 +1,7 @@
1# Provides the common settings for QorIQ ARM 1# Provides the common settings for QorIQ ARM
2 2
3KERNEL_IMAGETYPE ?= "uImage"
4
3SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0" 5SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0"
4SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" 6SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
5 7