Commit c8ccef4aa71a3fee255d913c3b0c1013b719d9cb

Authored by Eric Lee
1 parent d0bb7f1d4b
Exists in master

Disable SPI DMA mode and fix eMMC bugs.

Showing 2 changed files with 2 additions and 4 deletions Side-by-side Diff

recipes-kernel/linux/linux-smarcfimx7-4.9.11/defconfig
... ... @@ -1153,9 +1153,7 @@
1153 1153 # CONFIG_BLK_DEV_DRBD is not set
1154 1154 # CONFIG_BLK_DEV_NBD is not set
1155 1155 # CONFIG_BLK_DEV_SX8 is not set
1156   -CONFIG_BLK_DEV_RAM=y
1157   -CONFIG_BLK_DEV_RAM_COUNT=16
1158   -CONFIG_BLK_DEV_RAM_SIZE=65536
  1156 +# CONFIG_BLK_DEV_RAM is not set
1159 1157 # CONFIG_CDROM_PKTCDVD is not set
1160 1158 # CONFIG_ATA_OVER_ETH is not set
1161 1159 # CONFIG_MG_DISK is not set
recipes-kernel/linux/linux-smarcfimx7_4.9.11.bb
... ... @@ -17,7 +17,7 @@
17 17 file://defconfig \
18 18 "
19 19  
20   -SRCREV = "2d0920f9189a353a7911a0628d958d6bd32e0587"
  20 +SRCREV = "98309a1570dbb694b6e69f856d851901fdb6103d"
21 21 PV = "4.9.11"
22 22 LOCALVERSION = "-1.0.1_smarc"
23 23