diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-07-16 00:31:23 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-22 11:32:36 -0300 |
commit | 6d586e3cba666c74a87f528d7ea7f18d0e82c3e7 (patch) | |
tree | 39641f8285c9433463bbda3359ba763ff0b341ae /conf/machine/include/e5500.inc | |
parent | 0d7fab7da6307fd7397e4d8ac73dbf6396a537ea (diff) | |
download | meta-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/e5500.inc')
-rw-r--r-- | conf/machine/include/e5500.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/e5500.inc b/conf/machine/include/e5500.inc index 364ffac4..f9050887 100644 --- a/conf/machine/include/e5500.inc +++ b/conf/machine/include/e5500.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | TARGET_FPU = "hard" | 1 | TARGET_FPU = "hard" |
2 | 2 | ||
3 | require conf/machine/include/tune-ppce5500.inc | 3 | require conf/machine/include/tune-ppce5500.inc |
4 | require conf/machine/include/qoriq-ppc.inc | ||
5 | 4 | ||
6 | MACHINEOVERRIDES =. "e5500:" | 5 | MACHINEOVERRIDES =. "e5500:" |
6 | require conf/machine/include/qoriq-ppc.inc | ||