From 2b6616ec267b766689898723a034302f87e232e6 Mon Sep 17 00:00:00 2001 From: Manjukumar Matha Date: Wed, 15 Nov 2017 17:09:31 -0800 Subject: 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 Reviewed-by: Alistair Francis Signed-off-by: Manjukumar Matha --- conf/machine/zc702-zynq7.conf | 1 - conf/machine/zc706-zynq7.conf | 1 - 2 files changed, 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" SERIAL_CONSOLE = "115200 ttyPS0" KERNEL_DEVICETREE = "zynq-zc702.dtb" -KERNEL_FEATURES += "features/rtc/rtc.scc" IMAGE_BOOT_FILES += "boot.bin uEnv.txt ${KERNEL_IMAGETYPE}-zynq-zc702.dtb" 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" SERIAL_CONSOLE = "115200 ttyPS0" KERNEL_DEVICETREE = "zynq-zc706.dtb" -KERNEL_FEATURES += "features/rtc/rtc.scc" IMAGE_BOOT_FILES += " \ boot.bin \ -- cgit v1.2.3-54-g00ecf