summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
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 = ""