summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto
diff options
context:
space:
mode:
authorSipke Vriend <sipke.vriend@xilinx.com>2013-10-28 13:36:08 +1000
committerSipke Vriend <sipke.vriend@xilinx.com>2013-10-28 14:52:11 +1000
commit42b99f9132dc83069e0012d024b1aed810913ed9 (patch)
tree71cd8ddda0210848b4356499f5912c8e68df3958 /recipes-kernel/linux/linux-yocto
parent568cc90128392db33d34ca767627e9e7252fd2bf (diff)
downloadmeta-xilinx-42b99f9132dc83069e0012d024b1aed810913ed9.tar.gz
recipes-kernel:linux-yocto: Remove a few redundant kc705 scc files.
Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
Diffstat (limited to 'recipes-kernel/linux/linux-yocto')
-rw-r--r--recipes-kernel/linux/linux-yocto/kc705-trd-standard.scc9
-rw-r--r--recipes-kernel/linux/linux-yocto/kc705-trd-tiny.scc10
-rw-r--r--recipes-kernel/linux/linux-yocto/kc705-trd.cfg10
3 files changed, 0 insertions, 29 deletions
diff --git a/recipes-kernel/linux/linux-yocto/kc705-trd-standard.scc b/recipes-kernel/linux/linux-yocto/kc705-trd-standard.scc
deleted file mode 100644
index 304a6fab..00000000
--- a/recipes-kernel/linux/linux-yocto/kc705-trd-standard.scc
+++ /dev/null
@@ -1,9 +0,0 @@
1define KMACHINE kc705-trd
2define KTYPE standard
3define KARCH microblaze
4
5include ktypes/standard
6branch meta
7
8include microblaze-standard.scc
9kconf hardware kc705-trd.cfg
diff --git a/recipes-kernel/linux/linux-yocto/kc705-trd-tiny.scc b/recipes-kernel/linux/linux-yocto/kc705-trd-tiny.scc
deleted file mode 100644
index f46e86e9..00000000
--- a/recipes-kernel/linux/linux-yocto/kc705-trd-tiny.scc
+++ /dev/null
@@ -1,10 +0,0 @@
1define KMACHINE kc705-trd
2define KTYPE tiny
3define KARCH microblaze
4
5include ktypes/tiny
6branch meta
7
8# Same configs used for standard as tiny for microblaze
9include microblaze-standard.scc
10kconf hardware kc705-trd.cfg
diff --git a/recipes-kernel/linux/linux-yocto/kc705-trd.cfg b/recipes-kernel/linux/linux-yocto/kc705-trd.cfg
deleted file mode 100644
index 486dc147..00000000
--- a/recipes-kernel/linux/linux-yocto/kc705-trd.cfg
+++ /dev/null
@@ -1,10 +0,0 @@
1# Would be nice to split these and select based on microblaze tunes?
2CONFIG_XILINX_MICROBLAZE0_FAMILY="kintex7"
3CONFIG_XILINX_MICROBLAZE0_USE_MSR_INSTR=1
4CONFIG_XILINX_MICROBLAZE0_USE_PCMP_INSTR=1
5CONFIG_XILINX_MICROBLAZE0_USE_BARREL=1
6CONFIG_XILINX_MICROBLAZE0_USE_DIV=0
7CONFIG_XILINX_MICROBLAZE0_USE_HW_MUL=1
8CONFIG_XILINX_MICROBLAZE0_USE_FPU=0
9CONFIG_XILINX_MICROBLAZE0_HW_VER="8.50.a"
10CONFIG_KERNEL_BASE_ADDR=0x80000000 \ No newline at end of file