diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-05-31 11:24:02 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-05-31 11:25:42 +1000 |
| commit | eff819b3d3c4582bfb315dff386382dd90b240ee (patch) | |
| tree | b3a87ba57c2bec506c551806c64df6a0b8be1a08 /conf/machine | |
| parent | f0ee9520b066b1ffec5cf642d736e1b47bc328ae (diff) | |
| download | meta-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>
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/microblazeel.conf | 24 | ||||
| -rw-r--r-- | conf/machine/zynq.conf | 11 |
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 | |||
| 15 | TARGET_CPU = "microblazeel" | ||
| 16 | MACHINE_FEATURES := "" | ||
| 17 | |||
| 18 | require conf/machine/include/tune-microblaze.inc | ||
| 19 | |||
| 20 | TUNE_FEATURES_tune-microblaze += "little-endian v8.30" | ||
| 21 | |||
| 22 | KERNEL_IMAGETYPE = "uImage" | ||
| 23 | |||
| 24 | SERIAL_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 | |||
| 5 | MACHINE_FEATURES := "" | ||
| 6 | |||
| 7 | require conf/machine/include/tune-cortexa9.inc | ||
| 8 | |||
| 9 | KERNEL_IMAGETYPE = "uImage" | ||
| 10 | |||
| 11 | SERIAL_CONSOLE = "115200 ttyPS0" | ||
