diff options
| -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" | ||
