Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1456300

[PATCH v2 01/17] ARM: mvebu: enable MTD command line partition table in mvebu_v7_defconfig

From Grzegorz Jaszczyk <jaz@semihalf.com>
Newsgroups linux.kernel
Subject [PATCH v2 01/17] ARM: mvebu: enable MTD command line partition table in mvebu_v7_defconfig
Date 2016-08-04 12:20 +0200
Message-ID <s2nUS-7xS-45@gated-at.bofh.it> (permalink)
References <s2nUR-7xS-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Marvell EBU v7 platforms contain various MTD devices, therefore it makes
sense to allow configuring the MTD partition tables via the kernel command
line.

Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
---
 arch/arm/configs/mvebu_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig
index 486a4ca..f43a7aa 100644
--- a/arch/arm/configs/mvebu_v7_defconfig
+++ b/arch/arm/configs/mvebu_v7_defconfig
@@ -48,6 +48,7 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
 CONFIG_MTD=y
+CONFIG_MTD_CMDLINE_PARTS=y
 CONFIG_MTD_BLOCK=y
 CONFIG_MTD_CFI=y
 CONFIG_MTD_CFI_INTELEXT=y
-- 
1.8.3.1

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH v2 01/17] ARM: mvebu: enable MTD command line partition table in mvebu_v7_defconfig Grzegorz Jaszczyk <jaz@semihalf.com> - 2016-08-04 12:20 +0200

csiph-web