From e10a811408c92468e754748e78d3ddb7137a23bb Mon Sep 17 00:00:00 2001 From: INAGAKI Hiroshi Date: Sun, 7 Apr 2024 18:52:39 +0900 Subject: [PATCH] mvebu: cortexa72: enable CONFIG_CMDLINE_PARTITION for blkdevparts Enable CONFIG_CMDLINE_PARTITION symbol to use "blkdevparts=" parameter support on Check Point V-80. Signed-off-by: INAGAKI Hiroshi Link: https://github.com/openwrt/openwrt/pull/16904 Signed-off-by: Hauke Mehrtens --- target/linux/mvebu/cortexa72/config-6.12 | 1 + target/linux/mvebu/cortexa72/config-6.6 | 1 + 2 files changed, 2 insertions(+) diff --git a/target/linux/mvebu/cortexa72/config-6.12 b/target/linux/mvebu/cortexa72/config-6.12 index fc90d10237b..eb53d98e5cb 100644 --- a/target/linux/mvebu/cortexa72/config-6.12 +++ b/target/linux/mvebu/cortexa72/config-6.12 @@ -42,6 +42,7 @@ CONFIG_ARM_SBSA_WATCHDOG=y CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y CONFIG_CC_HAVE_SHADOW_CALL_STACK=y CONFIG_CC_HAVE_STACKPROTECTOR_SYSREG=y +CONFIG_CMDLINE_PARTITION=y CONFIG_CPU_LITTLE_ENDIAN=y CONFIG_CRC_CCITT=y CONFIG_DMA_DIRECT_REMAP=y diff --git a/target/linux/mvebu/cortexa72/config-6.6 b/target/linux/mvebu/cortexa72/config-6.6 index d6aaa8d0bd2..2ce252c080f 100644 --- a/target/linux/mvebu/cortexa72/config-6.6 +++ b/target/linux/mvebu/cortexa72/config-6.6 @@ -41,6 +41,7 @@ CONFIG_ARM_SBSA_WATCHDOG=y CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y CONFIG_CC_HAVE_SHADOW_CALL_STACK=y CONFIG_CC_HAVE_STACKPROTECTOR_SYSREG=y +CONFIG_CMDLINE_PARTITION=y CONFIG_CPU_LITTLE_ENDIAN=y CONFIG_CRC_CCITT=y CONFIG_DMA_DIRECT_REMAP=y -- 2.47.2