[PATCH 2/3] configs: use unified bcmbca nand controller

Philippe REYNES philippe.reynes at softathome.com
Mon Mar 9 19:49:54 CET 2020



> Objet: [PATCH 2/3] configs: use unified bcmbca nand controller


> Signed-off-by: Nicolas Heemeryck <nicolas.heemeryck at gmail.com>
> Cc: Philippe Reynes <philippe.reynes at softathome.com>

Reviewed-by: Philippe Reynes <philippe.reynes at softathome.com>

> ---
> 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


More information about the U-Boot mailing list