From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boris Brezillon Date: Wed, 5 Dec 2018 11:19:49 +0100 Subject: [U-Boot] [PATCH v3 17/28] configs: remove raw NAND core from k2g defconfigs In-Reply-To: <20181204235714.11805-18-miquel.raynal@bootlin.com> References: <20181204235714.11805-1-miquel.raynal@bootlin.com> <20181204235714.11805-18-miquel.raynal@bootlin.com> Message-ID: <20181205111949.2eaa2e1e@bbrezillon> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 5 Dec 2018 00:57:03 +0100 Miquel Raynal wrote: > Due to previous Makefile organization, the raw NAND subdirectory was > not compiled in if CMD_NAND was not enabled. Because the Denali driver > does not compile with these boards (undefined environment offset), > remove the dependency within the defconfig over the controller driver > (was ignored anyway in the past). Maybe this should be moved before the Makefile re-organization if this the build of those defconfigs. > > Signed-off-by: Miquel Raynal > --- > configs/k2g_evm_defconfig | 1 - > configs/k2g_hs_evm_defconfig | 1 - > 2 files changed, 2 deletions(-) > > diff --git a/configs/k2g_evm_defconfig b/configs/k2g_evm_defconfig > index dee00ec8d4..b474781ccb 100644 > --- a/configs/k2g_evm_defconfig > +++ b/configs/k2g_evm_defconfig > @@ -41,7 +41,6 @@ CONFIG_MMC_OMAP_HS=y > CONFIG_MTD=y > CONFIG_MTD_UBI=y > CONFIG_MTD_RAW_NAND=y > -CONFIG_NAND_DAVINCI=y > CONFIG_DM_SPI_FLASH=y > CONFIG_SPI_FLASH=y > CONFIG_SPI_FLASH_BAR=y > diff --git a/configs/k2g_hs_evm_defconfig b/configs/k2g_hs_evm_defconfig > index b8c395d78d..a50a7abf30 100644 > --- a/configs/k2g_hs_evm_defconfig > +++ b/configs/k2g_hs_evm_defconfig > @@ -34,7 +34,6 @@ CONFIG_MMC_OMAP_HS=y > CONFIG_MTD=y > CONFIG_MTD_UBI=y > CONFIG_MTD_RAW_NAND=y > -CONFIG_NAND_DAVINCI=y > CONFIG_DM_SPI_FLASH=y > CONFIG_SPI_FLASH=y > CONFIG_SPI_FLASH_BAR=y