From c8ccef4aa71a3fee255d913c3b0c1013b719d9cb Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Wed, 6 Jun 2018 12:51:44 +0800 Subject: [PATCH] Disable SPI DMA mode and fix eMMC bugs. --- recipes-kernel/linux/linux-smarcfimx7-4.9.11/defconfig | 4 +--- recipes-kernel/linux/linux-smarcfimx7_4.9.11.bb | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-smarcfimx7-4.9.11/defconfig b/recipes-kernel/linux/linux-smarcfimx7-4.9.11/defconfig index 37a000f..cf43e72 100644 --- a/recipes-kernel/linux/linux-smarcfimx7-4.9.11/defconfig +++ b/recipes-kernel/linux/linux-smarcfimx7-4.9.11/defconfig @@ -1153,9 +1153,7 @@ CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 # CONFIG_BLK_DEV_DRBD is not set # CONFIG_BLK_DEV_NBD is not set # CONFIG_BLK_DEV_SX8 is not set -CONFIG_BLK_DEV_RAM=y -CONFIG_BLK_DEV_RAM_COUNT=16 -CONFIG_BLK_DEV_RAM_SIZE=65536 +# CONFIG_BLK_DEV_RAM is not set # CONFIG_CDROM_PKTCDVD is not set # CONFIG_ATA_OVER_ETH is not set # CONFIG_MG_DISK is not set diff --git a/recipes-kernel/linux/linux-smarcfimx7_4.9.11.bb b/recipes-kernel/linux/linux-smarcfimx7_4.9.11.bb index bbad0aa..fc99aeb 100644 --- a/recipes-kernel/linux/linux-smarcfimx7_4.9.11.bb +++ b/recipes-kernel/linux/linux-smarcfimx7_4.9.11.bb @@ -17,7 +17,7 @@ SRC_URI = "${EMB_KERNEL_MIRROR};protocol=ssh;branch=${SRCBRANCH} \ file://defconfig \ " -SRCREV = "2d0920f9189a353a7911a0628d958d6bd32e0587" +SRCREV = "98309a1570dbb694b6e69f856d851901fdb6103d" PV = "4.9.11" LOCALVERSION = "-1.0.1_smarc" -- 1.9.1