diff options
| author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2017-11-15 17:09:31 -0800 |
|---|---|---|
| committer | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2017-11-20 14:29:01 -0800 |
| commit | 2b6616ec267b766689898723a034302f87e232e6 (patch) | |
| tree | 82c3196bc35efe16879eb1cc6a4397c4db83e396 | |
| parent | f94b9f67e4a3f466aafd0b495ab1e9e89daa6908 (diff) | |
| download | meta-xilinx-2b6616ec267b766689898723a034302f87e232e6.tar.gz | |
zc70*-zynq7.conf: Remove rtc.scc
After reworking the kmeta data based on kernel-cache merge, these
configurations are not valid anymore. Delete the error causing kernel
fargments.
Reviewed-by: Nathan Rossi <nathan@nathanrossi.com>
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
| -rw-r--r-- | conf/machine/zc702-zynq7.conf | 1 | ||||
| -rw-r--r-- | conf/machine/zc706-zynq7.conf | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/zc702-zynq7.conf b/conf/machine/zc702-zynq7.conf index ef423013..1430c840 100644 --- a/conf/machine/zc702-zynq7.conf +++ b/conf/machine/zc702-zynq7.conf | |||
| @@ -24,7 +24,6 @@ EXTRA_IMAGEDEPENDS += "u-boot-zynq-uenv" | |||
| 24 | SERIAL_CONSOLE = "115200 ttyPS0" | 24 | SERIAL_CONSOLE = "115200 ttyPS0" |
| 25 | 25 | ||
| 26 | KERNEL_DEVICETREE = "zynq-zc702.dtb" | 26 | KERNEL_DEVICETREE = "zynq-zc702.dtb" |
| 27 | KERNEL_FEATURES += "features/rtc/rtc.scc" | ||
| 28 | 27 | ||
| 29 | IMAGE_BOOT_FILES += "boot.bin uEnv.txt ${KERNEL_IMAGETYPE}-zynq-zc702.dtb" | 28 | IMAGE_BOOT_FILES += "boot.bin uEnv.txt ${KERNEL_IMAGETYPE}-zynq-zc702.dtb" |
| 30 | 29 | ||
diff --git a/conf/machine/zc706-zynq7.conf b/conf/machine/zc706-zynq7.conf index 0df5aa71..2379aee0 100644 --- a/conf/machine/zc706-zynq7.conf +++ b/conf/machine/zc706-zynq7.conf | |||
| @@ -24,7 +24,6 @@ EXTRA_IMAGEDEPENDS += "u-boot-zynq-uenv" | |||
| 24 | SERIAL_CONSOLE = "115200 ttyPS0" | 24 | SERIAL_CONSOLE = "115200 ttyPS0" |
| 25 | 25 | ||
| 26 | KERNEL_DEVICETREE = "zynq-zc706.dtb" | 26 | KERNEL_DEVICETREE = "zynq-zc706.dtb" |
| 27 | KERNEL_FEATURES += "features/rtc/rtc.scc" | ||
| 28 | 27 | ||
| 29 | IMAGE_BOOT_FILES += " \ | 28 | IMAGE_BOOT_FILES += " \ |
| 30 | boot.bin \ | 29 | boot.bin \ |
