summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-02-22 16:56:11 -0600
committerMatthew McClintock <msm@freescale.com>2012-02-23 13:14:50 -0600
commit08a980d854fb9b3b91e13b79ade7a8ce14b40e3a (patch)
tree1aa53e8552c82c4a0fd8d11b3b7b365749905435 /conf
parent09124b8ca57910c9320bb49539dacb3900294596 (diff)
downloadmeta-fsl-ppc-08a980d854fb9b3b91e13b79ade7a8ce14b40e3a.tar.gz
update p5020ds to use common tune file instead of diff ones for 32/64 bit
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/e5500-64b.inc3
-rw-r--r--conf/machine/e5500.inc2
2 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/e5500-64b.inc b/conf/machine/e5500-64b.inc
index 03cb2db..4e46053 100644
--- a/conf/machine/e5500-64b.inc
+++ b/conf/machine/e5500-64b.inc
@@ -1,6 +1,7 @@
1TARGET_FPU = "hard" 1TARGET_FPU = "hard"
2 2
3require conf/machine/include/tune-ppce5500-64b.inc 3DEFAULTTUNE ?= "ppc64e5500"
4require conf/machine/include/tune-ppce5500.inc
4 5
5MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" 6MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial"
6MACHINE_FEATURES_RRECOMMENDS = "" 7MACHINE_FEATURES_RRECOMMENDS = ""
diff --git a/conf/machine/e5500.inc b/conf/machine/e5500.inc
index 471bb22..4ec51ce 100644
--- a/conf/machine/e5500.inc
+++ b/conf/machine/e5500.inc
@@ -1,6 +1,6 @@
1TARGET_FPU = "hard" 1TARGET_FPU = "hard"
2 2
3require conf/machine/include/tune-ppce5500-32b.inc 3require conf/machine/include/tune-ppce5500.inc
4 4
5MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" 5MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial"
6MACHINE_FEATURES_RRECOMMENDS = "" 6MACHINE_FEATURES_RRECOMMENDS = ""