summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/microblazeel.conf24
-rw-r--r--conf/machine/zynq.conf11
2 files changed, 0 insertions, 35 deletions
diff --git a/conf/machine/microblazeel.conf b/conf/machine/microblazeel.conf
deleted file mode 100644
index d1857dc3..00000000
--- a/conf/machine/microblazeel.conf
+++ /dev/null
@@ -1,24 +0,0 @@
1#@TYPE: Machine
2#@NAME: microblazeel
3#@DESCRIPTION: Microblaze (Little Endian)
4
5# The Microblaze machine differ from those of 'fixed' architectures like
6# arm as Microblaze can have each of its hardware tune features configured
7# independently.
8# For this reason the user must define the TUNE_FEATURES_tune-microblaze
9# in the local.conf file.
10# An example is:
11# TUNE_FEATURES_tune-microblaze += "little-endian v8.30 barrel-shift multiply-high multiply-low pattern-compare reorder divide-hard fpu-hard fpu-hard-extended"
12# If no other feature is defined in local.conf, then no hardware
13# features will be enabled.
14
15TARGET_CPU = "microblazeel"
16MACHINE_FEATURES := ""
17
18require conf/machine/include/tune-microblaze.inc
19
20TUNE_FEATURES_tune-microblaze += "little-endian v8.30"
21
22KERNEL_IMAGETYPE = "uImage"
23
24SERIAL_CONSOLE = "115200 ttyS0"
diff --git a/conf/machine/zynq.conf b/conf/machine/zynq.conf
deleted file mode 100644
index 03167a17..00000000
--- a/conf/machine/zynq.conf
+++ /dev/null
@@ -1,11 +0,0 @@
1#@TYPE: Machine
2#@NAME: zynq
3#@DESCRIPTION: zynq
4
5MACHINE_FEATURES := ""
6
7require conf/machine/include/tune-cortexa9.inc
8
9KERNEL_IMAGETYPE = "uImage"
10
11SERIAL_CONSOLE = "115200 ttyPS0"