diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-08-12 22:42:15 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:15 -0300 |
commit | cdbc38d16b48598d59d2b395ed465bc7b0226d82 (patch) | |
tree | a95343d53792963f3882ab23589d48636ca1050f /conf/machine/include/e5500.inc | |
parent | a761c4288f79e26a5c96b806d7ce575d4e0bb691 (diff) | |
download | meta-freescale-cdbc38d16b48598d59d2b395ed465bc7b0226d82.tar.gz |
Replace qoriq-base.inc with qoriq-ppc.inc in qoriq tune files
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Acked-by: Daiane Angolini <daiane.angolini@freescale.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 88f6d06e..0f47c996 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-base.inc | 4 | require conf/machine/include/qoriq-ppc.inc |
5 | 5 | ||
6 | MACHINEOVERRIDES .= ":e5500" | 6 | MACHINEOVERRIDES .= ":e5500" |