summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2013-05-31 11:24:02 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2013-05-31 11:25:42 +1000
commiteff819b3d3c4582bfb315dff386382dd90b240ee (patch)
treeb3a87ba57c2bec506c551806c64df6a0b8be1a08
parentf0ee9520b066b1ffec5cf642d736e1b47bc328ae (diff)
downloadmeta-xilinx-eff819b3d3c4582bfb315dff386382dd90b240ee.tar.gz
conf/machine: Remove obsolete machines
* 'zynq' and 'microblazeel' are not real target machines, remove the obsolete non-functional machine configurations. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-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"