From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philippe REYNES Date: Mon, 9 Mar 2020 19:49:54 +0100 (CET) Subject: [PATCH 2/3] configs: use unified bcmbca nand controller In-Reply-To: <20200220121808.15970-3-nicolas.heemeryck@gmail.com> References: <20200220121808.15970-1-nicolas.heemeryck@gmail.com> <20200220121808.15970-3-nicolas.heemeryck@gmail.com> Message-ID: <2144042580.1280555.1583779794208.JavaMail.zimbra@softathome.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Objet: [PATCH 2/3] configs: use unified bcmbca nand controller > Signed-off-by: Nicolas Heemeryck > Cc: Philippe Reynes Reviewed-by: Philippe Reynes > --- > configs/bcm963158_ram_defconfig | 2 +- > configs/bcm968360bg_ram_defconfig | 2 +- > configs/bcm968580xref_ram_defconfig | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/configs/bcm963158_ram_defconfig b/configs/bcm963158_ram_defconfig > index 5cf32d52cf..91722384f8 100644 > --- a/configs/bcm963158_ram_defconfig > +++ b/configs/bcm963158_ram_defconfig > @@ -40,7 +40,7 @@ CONFIG_MTD=y > CONFIG_DM_MTD=y > CONFIG_MTD_RAW_NAND=y > CONFIG_NAND_BRCMNAND=y > -CONFIG_NAND_BRCMNAND_63158=y > +CONFIG_NAND_BRCMNAND_BCMBCA=y > CONFIG_DM_SPI_FLASH=y > CONFIG_SPI_FLASH_MACRONIX=y > CONFIG_SPECIFY_CONSOLE_INDEX=y > diff --git a/configs/bcm968360bg_ram_defconfig > b/configs/bcm968360bg_ram_defconfig > index bc3134ff29..e0fe8fa7fe 100644 > --- a/configs/bcm968360bg_ram_defconfig > +++ b/configs/bcm968360bg_ram_defconfig > @@ -36,7 +36,7 @@ CONFIG_MTD=y > CONFIG_DM_MTD=y > CONFIG_MTD_RAW_NAND=y > CONFIG_NAND_BRCMNAND=y > -CONFIG_NAND_BRCMNAND_68360=y > +CONFIG_NAND_BRCMNAND_BCMBCA=y > CONFIG_DM_SPI_FLASH=y > CONFIG_SPI_FLASH_SFDP_SUPPORT=y > CONFIG_SPI_FLASH_MACRONIX=y > diff --git a/configs/bcm968580xref_ram_defconfig > b/configs/bcm968580xref_ram_defconfig > index c158a7c47c..9cc527d2ce 100644 > --- a/configs/bcm968580xref_ram_defconfig > +++ b/configs/bcm968580xref_ram_defconfig > @@ -36,7 +36,7 @@ CONFIG_MTD=y > CONFIG_DM_MTD=y > CONFIG_MTD_RAW_NAND=y > CONFIG_NAND_BRCMNAND=y > -CONFIG_NAND_BRCMNAND_6858=y > +CONFIG_NAND_BRCMNAND_BCMBCA=y > CONFIG_DM_SPI_FLASH=y > CONFIG_SPI_FLASH_SFDP_SUPPORT=y > CONFIG_SPI_FLASH_MACRONIX=y > -- > 2.20.1