diff options
author | Bin Meng <bin.meng@windriver.com> | 2020-05-01 21:44:54 -0700 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-07-06 23:11:04 +1000 |
commit | 76f09371bc05d6eb8d5a01823c9eaab768d6e934 (patch) | |
tree | e92683a8b46e79271ecc4a89481fddf008fe0cf0 | |
parent | 86bc917d2ac117ec922dbf8ed92ca989bf333281 (diff) | |
download | linux-76f09371bc05d6eb8d5a01823c9eaab768d6e934.tar.bz2 |
powerpc: Drop CONFIG_MTD_M25P80 in 85xx-hw.config
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@windriver.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/1588394694-517-1-git-send-email-bmeng.cn@gmail.com
-rw-r--r-- | arch/powerpc/configs/85xx-hw.config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/85xx-hw.config b/arch/powerpc/configs/85xx-hw.config index b507df6ac69f..524db76f47b7 100644 --- a/arch/powerpc/configs/85xx-hw.config +++ b/arch/powerpc/configs/85xx-hw.config @@ -67,7 +67,6 @@ CONFIG_MTD_CFI_AMDSTD=y CONFIG_MTD_CFI_INTELEXT=y CONFIG_MTD_CFI=y CONFIG_MTD_CMDLINE_PARTS=y -CONFIG_MTD_M25P80=y CONFIG_MTD_NAND_FSL_ELBC=y CONFIG_MTD_NAND_FSL_IFC=y CONFIG_MTD_RAW_NAND=y |