lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 1 May 2020 21:27:23 -0700 From: Bin Meng <bmeng.cn@...il.com> To: linux-sh@...r.kernel.org, linux-kernel@...r.kernel.org Cc: Bin Meng <bin.meng@...driver.com> Subject: [PATCH] sh: Drop CONFIG_MTD_M25P80 in sh7757lcr_defconfig From: Bin Meng <bin.meng@...driver.com> Drop CONFIG_MTD_M25P80 that was removed in commit b35b9a10362d ("mtd: spi-nor: Move m25p80 code in spi-nor.c") Signed-off-by: Bin Meng <bin.meng@...driver.com> --- arch/sh/configs/sh7757lcr_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/sh/configs/sh7757lcr_defconfig b/arch/sh/configs/sh7757lcr_defconfig index 9f2aed0..1e41a04 100644 --- a/arch/sh/configs/sh7757lcr_defconfig +++ b/arch/sh/configs/sh7757lcr_defconfig @@ -36,7 +36,6 @@ CONFIG_IPV6=y # CONFIG_FW_LOADER is not set CONFIG_MTD=y CONFIG_MTD_BLOCK=y -CONFIG_MTD_M25P80=y CONFIG_BLK_DEV_RAM=y CONFIG_SCSI=y CONFIG_BLK_DEV_SD=y -- 2.7.4
Powered by blists - more mailing lists