summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/e6500.inc
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-07-16 00:31:23 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-07-22 11:32:36 -0300
commit6d586e3cba666c74a87f528d7ea7f18d0e82c3e7 (patch)
tree39641f8285c9433463bbda3359ba763ff0b341ae /conf/machine/include/e6500.inc
parent0d7fab7da6307fd7397e4d8ac73dbf6396a537ea (diff)
downloadmeta-freescale-6d586e3cba666c74a87f528d7ea7f18d0e82c3e7.tar.gz
qoriq-arm/qoriq-ppc: adjust MACHINEOVERRIDES
Adjust the order of qoriq/qoriq-arm/qoriq-ppc. Old: e500mc:qoriq:p4080ds:qoriq-ppc New: qoriq:qoriq-ppc:e500mc:p4080ds Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/include/e6500.inc')
-rw-r--r--conf/machine/include/e6500.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/e6500.inc b/conf/machine/include/e6500.inc
index 8d773b6e..b838c8d0 100644
--- a/conf/machine/include/e6500.inc
+++ b/conf/machine/include/e6500.inc
@@ -1,9 +1,9 @@
1TARGET_FPU = "hard" 1TARGET_FPU = "hard"
2 2
3require conf/machine/include/tune-ppce6500.inc 3require conf/machine/include/tune-ppce6500.inc
4require conf/machine/include/qoriq-ppc.inc
5 4
6MACHINEOVERRIDES =. "e6500:" 5MACHINEOVERRIDES =. "e6500:"
6require conf/machine/include/qoriq-ppc.inc
7 7
8BUILD_64BIT_KERNEL = "1" 8BUILD_64BIT_KERNEL = "1"
9 9