]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
ARM: davinci_all_defconfig: enable MTD_CMDLINE_PARTS
authorAdam Ford <aford173@gmail.com>
Fri, 1 Sep 2017 14:53:19 +0000 (09:53 -0500)
committerSekhar Nori <nsekhar@ti.com>
Wed, 20 Sep 2017 09:14:38 +0000 (14:44 +0530)
There is some disagreement between the partition table map in Linux
for the DA850-EVM and the corresponding partition map in U-Boot.
To prevent breaking the Kernel, this patch enables MTD_CMDLINE_PARTS
which will allow the U-Boot to pass the partition map so future partitions
match without breaking backwards compatibility.

While at it, also sync to savedefconfig which leads to removal of
CONFIG_MMC_BLOCK_BOUNCE.

Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/configs/davinci_all_defconfig

index 27d9720f7207b89728cf908cea4441adddf2aaad..4d432cf1ee794f95253f03ee1c23a5b694407317 100644 (file)
@@ -59,6 +59,7 @@ CONFIG_DEVTMPFS_MOUNT=y
 CONFIG_DA8XX_MSTPRI=y
 CONFIG_MTD=m
 CONFIG_MTD_TESTS=m
+CONFIG_MTD_CMDLINE_PARTS=m
 CONFIG_MTD_BLOCK=m
 CONFIG_MTD_CFI=m
 CONFIG_MTD_CFI_INTELEXT=m
@@ -195,7 +196,6 @@ CONFIG_USB_G_SERIAL=m
 CONFIG_USB_G_PRINTER=m
 CONFIG_USB_CDC_COMPOSITE=m
 CONFIG_MMC=y
-# CONFIG_MMC_BLOCK_BOUNCE is not set
 CONFIG_MMC_DAVINCI=y
 CONFIG_NEW_LEDS=y
 CONFIG_LEDS_CLASS=m