From eff819b3d3c4582bfb315dff386382dd90b240ee Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Fri, 31 May 2013 11:24:02 +1000 Subject: 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 --- conf/machine/microblazeel.conf | 24 ------------------------ conf/machine/zynq.conf | 11 ----------- 2 files changed, 35 deletions(-) delete mode 100644 conf/machine/microblazeel.conf delete mode 100644 conf/machine/zynq.conf 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 @@ -#@TYPE: Machine -#@NAME: microblazeel -#@DESCRIPTION: Microblaze (Little Endian) - -# The Microblaze machine differ from those of 'fixed' architectures like -# arm as Microblaze can have each of its hardware tune features configured -# independently. -# For this reason the user must define the TUNE_FEATURES_tune-microblaze -# in the local.conf file. -# An example is: -# TUNE_FEATURES_tune-microblaze += "little-endian v8.30 barrel-shift multiply-high multiply-low pattern-compare reorder divide-hard fpu-hard fpu-hard-extended" -# If no other feature is defined in local.conf, then no hardware -# features will be enabled. - -TARGET_CPU = "microblazeel" -MACHINE_FEATURES := "" - -require conf/machine/include/tune-microblaze.inc - -TUNE_FEATURES_tune-microblaze += "little-endian v8.30" - -KERNEL_IMAGETYPE = "uImage" - -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 @@ -#@TYPE: Machine -#@NAME: zynq -#@DESCRIPTION: zynq - -MACHINE_FEATURES := "" - -require conf/machine/include/tune-cortexa9.inc - -KERNEL_IMAGETYPE = "uImage" - -SERIAL_CONSOLE = "115200 ttyPS0" -- cgit v1.2.3-54-g00ecf