summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/e6500.inc
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2014-07-11 01:52:40 -0500
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-07-15 14:13:20 +0800
commit1f1fec62e031c0479e74cc83fd8661d91fe8edc1 (patch)
tree3c486ed42c1b14c2aac0b6060ead836c3da3d954 /conf/machine/include/e6500.inc
parentb46de2d97995432810f947b59691cfb04360ed14 (diff)
downloadmeta-fsl-ppc-1f1fec62e031c0479e74cc83fd8661d91fe8edc1.tar.gz
remove fslmachine MACHINEOVERRIDES usage
fslmachine is too generic, use qoriq-ppc instead. Signed-off-by: Ting Liu <b28495@freescale.com>
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 323e420..5ebeccf 100644
--- a/conf/machine/include/e6500.inc
+++ b/conf/machine/include/e6500.inc
@@ -3,7 +3,7 @@ TARGET_FPU = "hard"
3require conf/machine/include/tune-ppce6500.inc 3require conf/machine/include/tune-ppce6500.inc
4require conf/machine/include/qoriq-base.inc 4require conf/machine/include/qoriq-base.inc
5 5
6MACHINEOVERRIDES .= ":e6500:fslmachine" 6MACHINEOVERRIDES .= ":e6500"
7 7
8BUILD_64BIT_KERNEL = "1" 8BUILD_64BIT_KERNEL = "1"
9 9