diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-10-08 19:40:46 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-10-27 17:58:47 +1000 |
| commit | 783a25eafb1ffed57f98c44b270577379356745b (patch) | |
| tree | e1ffaa0563e9f4620201e9a9bff1d74a0d9cea4b /conf/machine | |
| parent | 5ace286d7b941572edb8d3a61a8e045cfee35dc0 (diff) | |
| download | meta-xilinx-783a25eafb1ffed57f98c44b270577379356745b.tar.gz | |
machine/*.conf: Remove use of MACHINE_KCONFIG
* Remove the use of MACHINE_KCONFIG, replace with KERNEL_FEATURES
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/kc705-trd-microblazeel.conf | 1 | ||||
| -rw-r--r-- | conf/machine/qemumicroblaze.conf | 2 | ||||
| -rw-r--r-- | conf/machine/zc702-zynq7.conf | 3 | ||||
| -rw-r--r-- | conf/machine/zc706-zynq7.conf | 3 |
4 files changed, 5 insertions, 4 deletions
diff --git a/conf/machine/kc705-trd-microblazeel.conf b/conf/machine/kc705-trd-microblazeel.conf index 56e2abd2..8c78f51d 100644 --- a/conf/machine/kc705-trd-microblazeel.conf +++ b/conf/machine/kc705-trd-microblazeel.conf | |||
| @@ -22,5 +22,4 @@ TUNE_FEATURES_tune-microblaze += "v8.50 little-endian barrel-shift pattern-compa | |||
| 22 | SERIAL_CONSOLE = "115200 ttyS0" | 22 | SERIAL_CONSOLE = "115200 ttyS0" |
| 23 | 23 | ||
| 24 | MACHINE_DEVICETREE := "kc705/kc705-trd-microblazeel.dts" | 24 | MACHINE_DEVICETREE := "kc705/kc705-trd-microblazeel.dts" |
| 25 | MACHINE_KCONFIG := "kc705/kc705-trd-microblazeel.kconfig.cfg" | ||
| 26 | MACHINE_XPARAMETERS := "kc705/kc705-trd-microblazeel.xparameters.h" | 25 | MACHINE_XPARAMETERS := "kc705/kc705-trd-microblazeel.xparameters.h" |
diff --git a/conf/machine/qemumicroblaze.conf b/conf/machine/qemumicroblaze.conf index 43de00b1..0ff36bac 100644 --- a/conf/machine/qemumicroblaze.conf +++ b/conf/machine/qemumicroblaze.conf | |||
| @@ -13,4 +13,4 @@ EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" | |||
| 13 | SERIAL_CONSOLE = "115200 ttyS0" | 13 | SERIAL_CONSOLE = "115200 ttyS0" |
| 14 | 14 | ||
| 15 | MACHINE_DEVICETREE := "qemu/qemumicroblaze.dts" | 15 | MACHINE_DEVICETREE := "qemu/qemumicroblaze.dts" |
| 16 | MACHINE_KCONFIG := "qemu/qemumicroblaze.cfg" | 16 | |
diff --git a/conf/machine/zc702-zynq7.conf b/conf/machine/zc702-zynq7.conf index 25bd3385..8613d4f5 100644 --- a/conf/machine/zc702-zynq7.conf +++ b/conf/machine/zc702-zynq7.conf | |||
| @@ -23,4 +23,5 @@ MACHINE_DEVICETREE := " \ | |||
| 23 | zc702/zc702-zynq7.dts \ | 23 | zc702/zc702-zynq7.dts \ |
| 24 | " | 24 | " |
| 25 | 25 | ||
| 26 | MACHINE_KCONFIG := "common/linux/rtc.cfg" | 26 | KERNEL_FEATURES += "features/rtc/rtc.scc" |
| 27 | |||
diff --git a/conf/machine/zc706-zynq7.conf b/conf/machine/zc706-zynq7.conf index 7b5123a3..29fc3178 100644 --- a/conf/machine/zc706-zynq7.conf +++ b/conf/machine/zc706-zynq7.conf | |||
| @@ -23,4 +23,5 @@ MACHINE_DEVICETREE := " \ | |||
| 23 | zc706/zc706-zynq7.dts \ | 23 | zc706/zc706-zynq7.dts \ |
| 24 | " | 24 | " |
| 25 | 25 | ||
| 26 | MACHINE_KCONFIG := "common/linux/rtc.cfg" | 26 | KERNEL_FEATURES += "features/rtc/rtc.scc" |
| 27 | |||
